Coloured logs in console window.
npm install cielThis module (ciel) writes coloured logs in console window.
Its name higlights similarities in the pronunciation of:
* spelling of the letters C.L. meaning “coloured logs”,
* the French word “ciel”,
* the name of a certain character in “Tsukihime”, “Kagetsu Tohya”, “Melty Blood”, “Carnival Phantasm”.
This module is written in JavaScript and requires Node.js to run.
npm install ciel
npm install https://github.com/Mithgol/node-ciel/tarball/master
README because the package's version is not planned to grow after changes when they happen in README only. (And npm publish --force is forbidden nowadays.)
require() the installed module, you get an object with the following methods:
.ok(someString)
.fail(someString)
.warn(someString)
.skip(someString)
.dupe(someString)
.status(someString)
.folder(someString)
npm install jshint -g) or locally (npm install jshint in the directory of Ciel).
npm test (in the directory of Ciel). Only the JS code errors are caught; the code's behaviour is not tested.
LICENSE file).