0.1.1 • Published 5 years ago

webgo v0.1.1

Weekly downloads
-
License
ISC
Repository
github
Last release
5 years ago

NodeStudy markdown 语法

anyopen

Tiny NodeJS Static Web Server

使用方法

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

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

anyopen -h localhost # 设置host 为 localhost

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

packages

    "dependencies": {
        "chalk": "^3.0.0",
        "handlebars": "^4.5.3",
        "yargs": "^15.0.2"
    },
    "devDependencies": {
        "babel-eslint": "^10.0.3",
        "eslint": "^6.6.0",
        "pre-commit": "^1.2.2"
    }
0.1.1

5 years ago