The CLI expansion starter template.
-
Via the CLI:
npx @tinijs/cli@latest new my-cli -t cli-expansion -
Or, download this repo and run
npm i.
First, name your CLI expansion and add && npm publish to the release script in package.json.
Start the development from cli/expand.ts. For more details, please visit https://tinijs.dev/cli/expansion.
Scripts:
- Run
npm run buildto build. - Run
npm run testto test. - Run
npm run releaseto release.
Released under the MIT license.