dowhat
v1.0.11
Published
CLI to print out readme and available npm scripts in the package
Downloads
156
Readme
CLI for your NPM package
View information about your npm package in the terminal
Installation:
npm install --save-dev dowhat
Usage:
- Run
dowhat readme
to view your readme file in the terminal - Run
dowhat scripts
to see a list of npm scripts in you package.json - Run
dowhat meta
to see meta information about your package - Run
dowhat help
to see a list of available commands