ts-example-cli
v0.0.2
Published
cli with typescript
Readme
CLI with typescript
This CLI for sample generate with type script.
Run install project test
npm installBuild typescript to javascript.
tscInstall project to node_module local.
npm i -gPublish cli to npm.
Create account https://www.npmjs.com/
npm login
npm publish
npm i -g {{ PACKAGE_NAME }}