np-cli

0.0.1 • Public • Published

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.

Package Sidebar

Install

npm i np-cli

Weekly Downloads

2

Version

0.0.1

License

The Unlicense

Last publish

Collaborators

  • pingrat