0.1.0 • Published 5 years ago

devr v0.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

Devr

Easy to use dev server for developing static web assets.

Install

Run the command npm install --global devr

Usage

Usage: devr <host> <port> <open>

Easy to add (and remove) development environment

Options:
  -v, --version         output the version number
  -hn, --host <string>  Host name that runs the server (default: "localhost")
  -p, --port <number>   Port to run the server on (default: 8080)
  -o, --open            Opens the browser up to the dev server
  -h, --help            output usage information