diff --git a/readme.md b/readme.md index 25ef014f..1bda3bc3 100644 --- a/readme.md +++ b/readme.md @@ -101,6 +101,7 @@ - [Blogging](#blogging) - [Weird](#weird) - [Serialization](#serialization) + - [Feature management](#feature-management) - [Miscellaneous](#miscellaneous) - [Package Manager](#package-manager) - [Resources](#resources) @@ -750,6 +751,10 @@ - [protobuf](https://github.com/protobufjs/protobuf.js) - Implementation of Protocol Buffers. - [compactr](https://github.com/compactr/compactr.js) - Implementation of the Compactr protocol. +### Feature management + +- [Featurevisor](https://github.com/featurevisor/featurevisor] - Feature flags management, a/b tests, and remote configuration with Git. + ### Miscellaneous - [execa](https://github.com/sindresorhus/execa) - Better `child_process`.