0.1.3 • Published 3 years ago

anystatic v0.1.3

Weekly downloads
2
License
ISC
Repository
github
Last release
3 years ago

anystatic

Tiny NodeJS Static Web Server

Installation

npm i -g anystatic

How to use?

anystatic # 把当前文件夹作为静态资源服务器根目录

anystatic -p 8080 # 设置端口号为 8080

anystatic -h localhost # 设置host 为 localhost

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