Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

jscmd

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jscmd

Js is a tool for managing JavaScript source code

Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

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
  get         install modules
  init        generate a module
  install     install dependencies
  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

Keywords

tools

FAQs

Package last updated on 22 Nov 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts