Estimate the cost of publishing a package
This is currently an unimplemented stub library
$ npm install -g publish-cost
$ cost COMMAND
running command...
$ cost (-v|--version|version)
publish-cost/0.0.1 darwin-x64 node-v14.17.0
$ cost --help [COMMAND]
USAGE
$ cost COMMAND
...
Describe the command here
USAGE
$ cost hello
OPTIONS
-n, --name=name name to print
DESCRIPTION
...
Extra documentation goes here
See code: src/commands/hello.js
display help for cost
USAGE
$ cost help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
MIT