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

https://github.com/1000ch/simplehttp2server-cli

This package provides the CLI functionality of simplehttp2server.
https://github.com/1000ch/simplehttp2server-cli

cli http http-server http2 nodejs

Last synced: 3 months ago
JSON representation

This package provides the CLI functionality of simplehttp2server.

Awesome Lists containing this project

README

          

# simplehttp2server-cli ![GitHub Actions Status](https://github.com/1000ch/simplehttp2server-cli/workflows/test/badge.svg?branch=main)

> simplehttp2server serves the current directory on an HTTP/2.0 capable server. This server is for development purposes only.

This package provides the CLI functionality of [simplehttp2server](https://github.com/1000ch/simplehttp2server).

## Install

```
$ npm install --global simplehttp2server-cli
```

## Usage

```
$ simplehttp2server --help
```

## License

[MIT](https://1000ch.mit-license.org) © [Shogo Sensui](https://github.com/1000ch)