Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

mt-anydoor

Cumbermiao2ISC1.0.1

Tiny Node Static Web Server

readme

anydoor

Tiny Node Static Web Server

安装

npm i anydoor -g

使用

anydoor # 把当前文件夹作为静态资源服务器

anydoor -p 3000 # 设置端口号为3000

anydoor -h 127.0.0.1 # 设置host

anydoor -d /usr # 设置根目录为usr