0.0.1 • Published 10 years ago

np-cli v0.0.1

Weekly downloads
6
License
The Unlicense
Repository
github
Last release
10 years ago

#np-cli

No-problem CLI library written in ES6.

##Introduction This is yet another CLI utility library for Node but with the added twist of being written in ECMAScript 6 syntax to the extent supported by traceur and my knownledge of current proposals.

##Installing If you just want to use the library you do not have to install the traceur compiler. The published module is pre-compiled to ECMAScript 5 compatible code.

Simply install using npm in the root of your project folder, like any other module:

$ npm i np-cli --save

##Tinkering If you want to poke around in the code and see what happens, you currently need to manually recompile in order to test your changes. A rudimentary build-script is included in source repository.

##Documentation The most up-to-date documentation can be found on the project website.

##License The Unlicense because I'm just doing this to improve my ES6 kung-fu.