0.5.0 • Published 7 years ago

jana v0.5.0

Weekly downloads
1
License
WTFPL
Repository
github
Last release
7 years ago

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

npm.io

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 :heart: by @MarkTiedemann.

0.5.0

7 years ago

0.4.0

7 years ago

0.3.2

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago