@istok/dev-cli

## Commands


License
MIT
Install
npm install @istok/dev-cli@0.2.14

Documentation

istok

Setup

TODO

Workflows

Add new package

  1. Use template-demo-core package as a reference (package must include package.json,tsconfig.jsonandsrc/index.ts).
  2. Run yarn lerna bootstrap.

Publish

yarn lerna publish

Publish every changed package to registry. It will build packages before publish.

Add dependency to a package

yarn lerna add <package> --scope=@<scoped/package>

Build packages

yarn build