package-description
v0.4.1
Published
A cli tool do describe your package.json packages
Downloads
135
Readme
package-description
Install
npm install package-description
usage
package-description
A tool for describing package.json
Options:
-h, --help display help for command
Commands:
init Generate a description file for a package.json
lint Validate a package-description.json file
describe Describe a new packages
help [command] display help for command
package-description init
Generate a description file for a package.json
Options:
-f, --force [force] Replace existed file
-d, --default-descriptions [defaultDescriptions] Default descriptions file path
-h, --help display help for command
package-description lint
Check package-description.json file
Options:
--fix Fix problems if it possible
-h, --help display help for command
package-description describe
Describe new packages
Options:
-t, --type <type> Which packages to describe. new – not described yet,
unknown – with status unknown, all – both of them
(choices: "new", "unknown", "all", default: "new")
-h, --help display help for command