Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 1.56 KB

README.md

File metadata and controls

45 lines (33 loc) · 1.56 KB

Multiplatform library for kotlin that provides a very easy to use way of managing feature flags (aka feature toggles).

Feature Flags are a time-honored way to control the capabilities of an application or service in a large decisive way.

Features 🎨

  • Easy to add feature flags: just a single LOC
  • Support for local and remote feature flags
  • Able to use in unit/instrumentation testing
  • Support any remote feature flag tool

Gradle Setup 🐘

Add the dependency below to your module's build.gradle file:

dependencies {
    implementation("dev.jimmymorales:feature-flags-core:0.1.0")
}

Usage ✏️

TODO

Inspiration 💡

Contributing 🤝

Contribution guidelines for this project. Feel free to open a issue or submit a pull request for any bugs/improvements.

License

Designed and developed by 2022 jimmymorales (Jimmy Morales)

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.