From 9028adde125261bf4ec3fd7ca8bae1393daf4719 Mon Sep 17 00:00:00 2001 From: Boaz Poolman Date: Wed, 13 Oct 2021 17:34:57 +0200 Subject: [PATCH] docs: Update readme --- README.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d017c0..cc710d6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,23 @@ -# Strapi Plugin Config Sync +
+

Strapi config-sync plugin

+ +

Enables a development workflow in Strapi for easy migration of config data across environments.

+ +

+ + NPM Version + + + Monthly download on NPM + + + CI build status + + + codecov.io + +

+
A lot of configuration of your Strapi project is stored in the database. Like core_store, user permissions, user roles & webhooks. Things you might want to have the same on all environments. But when you update them locally, you will have to manually update them on all other environments too.