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.