Skip to content

flaglyco/flagly-api

Repository files navigation

Flagly API

Flagly is a feature-flag/remote-configuration manager.

Table of Contents

  1. Introduction
  2. Development
  3. Testing
  4. API Documentation
  5. Contributing
  6. License

Introduction

[To be completed]

Development and Running

Flagly is built with SBT. So, standard tasks like clean, compile and run can be used inside SBT console.

Testing

To run all the tests, use test in SBT console.

To run specific test(s), use testOnly testClassName1 testClassName2 ... in SBT console.

Contributing

All contributions are more than welcome. Please feel free to send a pull request for your contributions. Thank you.

License

Flagly is licensed with MIT License. See LICENSE.md for details.