REJOINDER
rejoinder
/rɪˈdʒɔɪndə/
noun
a reply or response to a question or remark, esp a quick witty one; retort
Rejoinder is a generator of smart, pretty, and organized output for Node/JS scripts, replacing several of the console.* utilities.
It leverages colors and the like using the colors package. Makes life easier when executing CLI instructions
with shelljs using specialized methods.
Super awesome when paired with inquirer and/or commander!
Also does children's parties.
Documentation
Installation
npm install rejoinder
var echo = require("rejoinder");
echo.ifDebug('Some debug message');
echo('some other message'.formatAsError());
Examples (run it and see it)
Checkout the examples/
folder for code and interface examples.
node examples/pizza.js
node examples/runner.js
# etc...
Methods
(coming soon)