Flagly is a feature-flag/remote-configuration manager.
[To be completed]
Flagly is built with SBT. So, standard tasks like clean
, compile
and run
can be used inside SBT console.
To run all the tests, use test
in SBT console.
To run specific test(s), use testOnly testClassName1 testClassName2 ...
in SBT console.
All contributions are more than welcome. Please feel free to send a pull request for your contributions. Thank you.
Flagly is licensed with MIT License. See LICENSE.md for details.