0.0.7 • Published 7 years ago

node-cherry v0.0.7

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

Cherry

Build Status Coverage Status Codacy Badge

Cherry is a simple and minimalistic component-based framework for JavaScript (Node.js).


Features:

  • Components
    • Registration
    • Creation of new instances
    • Loading of instances
    • Unloading of instances
    • Global access to all components and instances
  • Modules
  • Additional helper classes
    • Queue system
    • Task system
  • Command-line interface

Installation:

In the future, it is recommended to use the CLI tool for Cherry.

To install the module:

yarn add node-cherry

Documentation:


Contribution:

To run tests:

yarn test

Tests with coverage report:

yarn test:babel:coverage