Skip to content

一个简单的静态资源服务器实现,可以使用在任何目录

License

Notifications You must be signed in to change notification settings

xiedacon/small-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@xiedacon/small-server

Build Status JavaScript Style Guide MIT

一个简单的静态资源服务器实现,可以使用在任何目录

Usage

npm i -g @xiedacon/small-server

在当前目录使用
small-server

在指定目录使用
small-server -r ~/root-dir

API

  Usage: small-server [options]

  Options:

    -a, --address [value]  Address, default localhost (defaults to "localhost")
    -h, --help             Output usage information
    -o, --open [value]     Open browser, default true (defaults to "true")
    -p, --port <n>         Port, default 3000 (defaults to 3000)
    -r, --root [value]     Root directory to start server (defaults to cwd)
    -v, --version          Output the version number

License

MIT License

Copyright (c) 2017 xiedacon

About

一个简单的静态资源服务器实现,可以使用在任何目录

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •