1.0.1 • Published 5 years ago

@dkh-dev/https-server v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

$ https-server

A simple, zero-configuration command-line https server

Installation

$ npm install @dkh-dev/https-server http-server --global

Note: http-server is required as a dependency.

Usage

Start a https server from terminal:

$ https-server

Starting up http-server, serving ./ through https
Available on:
  https://127.0.0.1:8080
  https://192.168.1.9:8080
  https://192.168.16.1:8080
  https://172.16.104.1:8080
Hit CTRL-C to stop the server

Refer to http-server or https://github.com/indexzero/http-server#readme for documentation.

1.0.1

5 years ago

1.0.0

5 years ago