0.5.0 • Published 9 years ago
jana v0.5.0
jana
Simple UI for NPM scripts.
Inspired by, but different than lana:
- Does not clear the screen by default
- Does not display
npmlifecycle hooks (such aspre*andpost*) by default - Does not pull out descriptions of your commands from the
README.md

Installation
npm install -g janaUsage
$ jana --help
Usage:
$ jana [options]
--clear clear the screen
--hooks show npm lifecycle hooks
--list only list scripts, don't prompt
--help, -h
--version, -vNote:
janawill print an error, and terminate with exit code1if nopackage.jsonfile can be found in theprocess.cwd().janawill print a warning, and terminate with exit code0if noscriptscan be found in thepackage.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.