Home

Awesome

Kraken Browser

codebeat badge CodeFactor Codacy Badge node-current npm PRs Welcome

kibrow is dependency injection to register module to global access, 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 nodejs version check this kinode.

Installation

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

Config

Example Usage

Before usage of this module, if you're using ESLint you have must be added Overrides ESLint Config, and also if you're using typescript add "noImplicitAny": false to tsconfig.json, for more example usage and implementation check folder demo in this repository here.

Testing

Bugs

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

Contributing

Want to make kraken-browser 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-browser">BACK TO TOP</a></b> </p>