jana
v0.5.0
Published
Simple UI for NPM scripts.
Downloads
7
Maintainers
Readme
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 aspre*
andpost*
) 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 code1
if nopackage.json
file can be found in theprocess.cwd()
.jana
will print a warning, and terminate with exit code0
if noscripts
can 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.