dark-side
v0.0.4
Published
Let the dark side manage your something
Downloads
2
Readme
Dark Side
Dark Side is a tool for managing pools of objects. You can import Dark Side in your NodeJS project and manage multiple pools, organised by characteristics and multiple profiles.
TODO
Warning: This is still in development, this is not production ready!
- Complete unit tests for bootstrapping Dark Side
- Integrate with Travis
- Clean code
- Improve logging
- Add documentation
Installation
NPM
npm install dark-side --save
Usage
TBD
Build
grunt clean && grunt
Tests
npm test
Future work
- Support other exports besides Node and AMD
- Adding support for pattern matching inside the feature properties
Contributing
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.
Release History
- 0.0.1 - Initial release