0.0.1 • Published 6 years ago

yumu-show-ip v0.0.1

Weekly downloads
4
License
ISC
Repository
github
Last release
6 years ago

简单输出ip

安装

npm install show-ip -g

使用

server  # 会在当前目录下启动一个静态资源服务器,默认端口为8080

server -p[port] 3000  # 会在当前目录下启动一个静态资源服务器,端口为3000

server -i[index] index.html  # 设置文件夹在默认加载的文件

server -c[charset] UTF-8  # 设置文件默认加载的字符编码

server -cors  # 开启文件跨域

server -h[https]  # 开启https服务

server --openindex  # 是否打开默认页面

server --no-openbrowser  # 关闭自动打开浏览器

基本功能

  1. 启动静态资源服务器
  2. 端口可配置
  3. 字符编码可配置
  4. 文件夹下默认加载文件可配置
  5. 是否跨域可配置
  6. 开启https服务

TODO

  • 引入handlerbars编译模板
  • 支持文件是否跨域
  • 支持https服务
0.0.1

6 years ago