Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tinijs/cli-expansion-starter
The CLI expansion starter.
https://github.com/tinijs/cli-expansion-starter
Last synced: 6 days ago
JSON representation
The CLI expansion starter.
- Host: GitHub
- URL: https://github.com/tinijs/cli-expansion-starter
- Owner: tinijs
- License: mit
- Created: 2024-04-28T10:38:38.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-14T15:54:45.000Z (4 months ago)
- Last Synced: 2024-07-14T17:38:07.794Z (4 months ago)
- Language: TypeScript
- Homepage: https://tinijs.dev
- Size: 175 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# CLI Expansion Template
The CLI expansion starter template.
## Install
- Via the CLI: `npx @tinijs/cli@latest new my-cli -t cli-expansion`
- Or, download this repo and run `npm i`.
## Development
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 .
Scripts:
- Run `npm run build` to build.
- Run `npm run test` to test.
- Run `npm run release` to release.## License
Released under the [MIT](./LICENSE) license.