jana

0.5.0 • Public • Published

jana

Simple UI for NPM scripts.

Inspired by, but different than lana:

  • Does not clear the screen by default
  • Does not display npm lifecycle hooks (such as pre* and post*) by default
  • Does not pull out descriptions of your commands from the README.md

Installation

npm install -g jana

Usage

$ jana --help

Usage:
  $ jana [options]

  --clear  clear the screen
  --hooks  show npm lifecycle hooks
  --list   only list scripts, don't prompt
  
  --help, -h
  --version, -v

Note:

  • jana will print an error, and terminate with exit code 1 if no package.json file can be found in the process.cwd().
  • jana will print a warning, and terminate with exit code 0 if no scripts can be found in the package.json.

FAQ

Q: How do you pronounce jana?

A: [ˈjaːna]

License

WTFPL – Do What the F*ck You Want to Public License.

Made with ❤️ by @MarkTiedemann.

Dependents (0)

Package Sidebar

Install

npm i jana

Weekly Downloads

1

Version

0.5.0

License

WTFPL

Last publish

Collaborators

  • mark.tiedemann