Skip to content

MediaMarco/togglz

This branch is 25 commits ahead of, 243 commits behind togglz/togglz:master.

Folders and files

NameName
Last commit message
Last commit date
Jan 11, 2023
Jan 12, 2023
Jan 12, 2023
Jan 11, 2023
Jan 11, 2023
Jan 17, 2023
Jan 12, 2023
Jan 12, 2023
Jan 12, 2023
Jan 12, 2023
Jan 12, 2023
Jan 11, 2023
Jan 12, 2023
Jan 11, 2023
Jan 12, 2023
Jan 12, 2023
Jan 12, 2023
Jan 12, 2023
Jan 18, 2023
Jan 12, 2023
Jan 12, 2023
Jan 18, 2023
Jan 12, 2023
Jan 11, 2023
Jan 11, 2023
Jan 12, 2023
Jan 11, 2023
Jan 11, 2023
Nov 14, 2022
Oct 6, 2022
Apr 25, 2022
Jan 31, 2012
Jun 8, 2022
Apr 21, 2022
Jan 18, 2023
Sep 28, 2022

Repository files navigation

GitHub CI codecov Maven Central License

togglz logo

Togglz is an implementation of the Feature Toggles pattern for Java. Feature Toggles are a very common agile development practices in the context of continuous deployment and delivery. The basic idea is to associate a toggle with each new feature you are working on. This allows you to enable or disable these features at application runtime, even for individual users.

Want to learn more? Have a look at https://www.togglz.org/ or at the togglz example applications

About

Feature Flags for the Java platform

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 97.3%
  • Kotlin 1.2%
  • Other 1.5%