npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

jscmd

1.0.1

@yoshuawuyts

npmHomeRepoSnykSocket
Downloads:0
$ npm install jscmd
DailyWeeklyMonthlyYearly

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

  • eslint
  • esdoc
  • esget
  • initialize
  • jsfmt

License

MIT