nitro-console
v0.0.6
Published
A npm module with some enhancements to how the console output looks
Readme
nitrous-console
A class to help add some styling to your console messages.
This is written using ES6 style syntax which will require the use of BabelJS or another ES6 transpiler in your project.
How do I get set up?
- pull down repo
- Source.js contains the ES6 source. BabelJS is included in the package.json file, so to mess around with things, run
npm installfirst before making any changes otherwise you'll get errors in the output. For instruction on how to use the BabelJS cli, see here - You can of course, optionally use your own preferred transpiler.
