Skip to content

yoshuawuyts/jscmd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

[wip] Tool for managing JavaScript source code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published