0.0.6 • Published 9 years ago

nitro-console v0.0.6

Weekly downloads
12
License
-
Repository
bitbucket
Last release
9 years ago

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 install first 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.