CLI to validate package.json files. π
Run this package as a terminal command to validate a package.json
file:
npx package-json-validator-cli
See package-json-validator-cli --help
for usage:
Options:
--help Show help [boolean]
--version Show version number [boolean]
-f, --filename package.json file to validate [default: "package.json"]
-w, --warnings display warnings [boolean] [default: false]
-r, --recommendations display recommendations [boolean] [default: false]
-q, --quiet less output [boolean] [default: false]
See .github/CONTRIBUTING.md
, then .github/DEVELOPMENT.md
.
Thanks! π
Josh Goldberg β¨ π π» π π π€ π π§ π π§ |
michael faith π π» π π π€ π π§ π π§ |
π This package was templated with
create-typescript-app
using the Bingo framework.