@aiou/bin-template
build npm cli command application
features
- Native ESM Module development
- Use cac build cli application
- Interaction interface with inquirer and ora
- Type safe
- Release with github workflows and changeset
- pnpm
- vitest
install
pnpm i -g @aiou/bin-template
commands
hello
say hello world with select option
bin-template hello [word]
loading
display loading and loading text
bin-template loading --text=[text] [ms]
development
pnpm run build