1.1.0 • Published 5 years ago

webhere v1.1.0

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

webhere

Create a web server in the current directory.

NPM version Build Status NPM downloads


Install

npm i -g webhere

Usage

# create a web server in the current directory with default port 9000
webhere
# create a web server with port 5000
webhere -p 5000
# create a web server in the /home directory with port 5000
webhere -p 5000 -b /home
# don't open browser
webhere -s

All options

Usage: webhere [options]
Options:
   -h, --help             output usage information
   -V, --version          output the version number
   -p, --port <n>         port of web (default 9000)
   -b, --basePath <path>  base path of web (default .)
   -s, --silent           silent mode, don't open browser

Log

Server has started.
Server address: http://127.0.0.1:9000
1.1.0

5 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago