Skip to content

flaglyco/flagly-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flagly Core

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

Table of Contents

  1. Introduction
  2. Development
  3. Testing
  4. Contributing
  5. 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.