1.0.1 • Published 9 years ago

jscmd v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

jscmd

NPM version build status Test coverage Downloads

js(1) is a tool for managing JavaScript source code. Similar to go(1).

Installation

npm install -g jscmd

Usage

Js is a tool for managing JavaScript source code.

Usage:

      js <command> [<input>]

Commands:

    clean       remove installed modules
    doc         create documentation
    fmt         run jsfmt on module resources
    init        generate a module
    lint        lint modules
    list        list modules
    test        test modules
    version     print versions

Example:

    js fmt index.js
    js doc -http=:6060
    js lint -w index.js

Use "js help [topic]" for more information about that topic.

Why?

go(1) provides strong tooling for the Go language. JavaScript deserves the same.

See also

License

MIT

1.0.1

9 years ago

1.0.0

9 years ago