https://github.com/tinyhttp/cli
💽 the tinyhttp CLI
https://github.com/tinyhttp/cli
bootstrap cli tinyhttp
Last synced: 2 months ago
JSON representation
💽 the tinyhttp CLI
- Host: GitHub
- URL: https://github.com/tinyhttp/cli
- Owner: tinyhttp
- Created: 2021-06-19T15:57:04.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-04T07:45:03.000Z (over 1 year ago)
- Last Synced: 2025-03-20T18:49:38.168Z (3 months ago)
- Topics: bootstrap, cli, tinyhttp
- Language: TypeScript
- Homepage: https://tinyhttp.v1rtl.site
- Size: 237 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# @tinyhttp/cli
[][npm-url] [][github-actions] [![Coverage][cov-img]][cov-url] [](https://stakes.social/0x14308514785B216904a41aB817282d25425Cce39)
The [tinyhttp](https://github.com/talentlessguy/tinyhttp) CLI to quick-start new projects.
## Install
Node.js 16.8+ is required.
```sh
bun i -g @tinyhttp/cli
```## Usage
### `tinyhttp new [folder]`
```sh
tinyhttp new basic my-app
```#### Arguments
- `template` is the name of template from [examples](https://github.com/talentlessguy/tinyhttp/tree/master/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