Home

Awesome

Kraken Node

Build Status Coverage Status codebeat badge CodeFactor Codacy Badge node-current npm PRs Welcome

kinode is dependency injection to register module to global access, you can load each given module from kraken.config.json, without the need to load module using require or import again in every file, then module can be accessed as a global with very easy and then only register modules to kraken config, which you often the most used in each every file, example module like axios, lodash, moment etc, for browser version check this kibrow.

Installation

$ npm install kinode -S or yarn add kinode -S

Config

Example Usage

Testing

Bugs

For information on bugs related to package libraries, please visit here

Contributing

Want to make kraken-node more perfect ? Let's contribute and follow the contribution guide.

License

<p align="right" style="padding: 5px; border-radius: 100%; background-color: red; font-size: 2rem;"> <b><a href="#kraken-node">BACK TO TOP</a></b> </p>