package-description

0.4.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i package-description

Weekly Downloads

65

Version

0.4.1

License

ISC

Unpacked Size

30.6 kB

Total Files

36

Last publish

Collaborators

  • erblack