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

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

Awesome Lists containing this project

README

        

# @tinyhttp/cli

[![npm](https://img.shields.io/npm/dt/@tinyhttp/cli?style=for-the-badge&color=hotpink)][npm-url] [![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/tinyhttp/cli/main.yml?style=for-the-badge&logo=github&label=&color=hotpink)][github-actions] [![Coverage][cov-img]][cov-url] [![](https://img.shields.io/badge/donate-DEV-hotpink?style=for-the-badge)](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