$ git clone https://github.com/ogty/typescript-cli-tool-template <project-name>
$ cd <project-name>
bin/<command-name>.js
package.json
"name": "<package-name>"
"bin": { "<command-name>": "./bin/<command-name>.js"}
"author": "<your-name>"
$ make build
$ chmod x ./bin/name.js
$ ./bin/name.js
$ make login
$ make publish
Note
- Conflicting package names(Not a unique name in the Nom package)
- Version has not been changed since the last time
Please check either of the above
$ make unpublish