0.2.0 • Published 6 years ago

lazy-server v0.2.0

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

��# lazy-server

Installation

npm install lazy-server -g

Usage

$ lazy-server

By default,the process will search for the config.json in current derictory,or you can specify the path of your config.json by a command like

$ lazy-server C://myConfig.json

config.json

{
    "port": 4873,
    "derictory": "E://library",//the derictory for saving packages
    "proxy": "https://registry.npm.taobao.org/"//proxy target address
}

And more configurations will be available soon...