CLI to setup tinyhttp apps
npm install @tinyhttp/cli![npm][npm-url] ![GitHub Workflow Status][github-actions] [![Coverage][cov-img]][cov-url] 
The tinyhttp CLI to quick-start new projects.
Node.js 16.8+ is required.
``sh`
bun i -g @tinyhttp/cli
`sh`
tinyhttp new basic my-app
#### Arguments
- template is the name of template from examples folder.folder
- argument is optional
#### Flags
- --pkg` - custom package manager to use for running installation commands.
[npm-url]: https://npmjs.com/package/@tinyhttp/cli
[github-actions]: https://github.com/tinyhttp/cli/actions
[cov-img]: https://img.shields.io/coveralls/github/tinyhttp/cli?style=for-the-badge&color=hotpink
[cov-url]: https://coveralls.io/github/tinyhttp/cli