node-bullshit
v1.0.2
Published
Playing around node to create CLI app
Readme
Node Bullshit
node scripts for transpiling, testing, linting etc.
Installation
do npm
npm install node-bullshitUsage
your package.json should look like this
{
"scripts":{
"start":"node-bullshit"
}
}