Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

ts-example-cli

secret.z4ISC0.0.2

cli with typescript

readme

CLI with typescript

This CLI for sample generate with type script.

Run install project test

npm install

Build typescript to javascript.

tsc

Install project to node_module local.

npm i -g

Publish cli to npm.

Create account https://www.npmjs.com/

npm login
npm publish
npm i -g {{ PACKAGE_NAME }}