Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.