0.0.5 • Published 7 years ago

decomment-cli v0.0.5

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

decomment-cli

A CLI interface for https://github.com/vitaly-t/decomment.

Usage

$: npm install -g decomment-cli

  Usage: decomment-cli [options]

  Options:

    -h, --help     output usage information
    -V, --version  output the version number

Works in a UNIX-y way:

$ cat test/before/basic.js
// Hi I'm a comment
var a = 'Hello World!';

$ cat test/before/basic.js | decomment-cli
var a = 'Hello World!';

$ decomment-cli < test/before/basic.js
var a = 'Hello World!';

License

MIT.

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago