1.0.0 • Published 2 years ago

ntss v1.0.0

Weekly downloads
7
License
MIT
Repository
github
Last release
2 years ago

Node Tiny Static Server

A tiny static server for node.js.

You can use it as a personal download server or static page server. Just for convenience.

Installation

$ npm install -g ntss

Usage

$ ntss --path=STATIC_PATH [--port=PORT] [--nlist=false if do not show list] [--default=index.html|index.htm|...]

Contribution

PRs and issues are welcomed.