This project is to show a working sample on migrating from LaunchDarkly to ConfigCat
These instructions will get you started on this project and run the migration from LaunchDarkly to ConfigCat.
What things you need to install the software and how to install them
- Clone this repository to your local environment
- Run
npm install
- Copy
.env.sample
into.env
file & fill in the details* - Run
npm run migrate
on your terminal - If you see your LaunchDarkly's feature flag names listed, you have set everything right. Congratulations!
*Note that CONFIG_CAT_PLAN
is important. That will determine whether the code will create feature flag within your base product or not.
Explain how to run the automated tests for this system
Explain what these tests test and why
Give an example
Explain what these tests test and why
Give an example
Add additional notes about how to deploy this on a live system
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details