New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

webhere

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webhere

Create a web server in the current directory.

latest
Source
npmnpm
Version
1.1.0
Version published
Maintainers
1
Created
Source

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

Keywords

webhere

FAQs

Package last updated on 13 Mar 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts