2.2.0 • Published 6 years ago

m.static v2.2.0

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

m.static

ci dependencies style Coverage Status quality node version license

m(icro)static is a lightweight static file server for node.js written in es6+

Local Usage

  $ npm i
  $ npm start --port 8088 --cwd ./ --defaultFile index.html --errorFile 404.html

Global Install

when installed globally m.static can be used as follows:

  $ npm i -g m.static
  $ m.static --port 8088 --cwd ./ --defaultFile index.html --errorFile 404.html
2.2.0

6 years ago

2.1.0

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.3.0

6 years ago

1.2.0

6 years ago

1.1.0

8 years ago

1.0.0

8 years ago