UNPKG

@ptkdev/node-cli-boilerplate

Version:

Create node cli with this user friendly boilerplate. Use this respository as template for your new npm command line interface project

11 lines (10 loc) 198 B
{ "restartable": "rs", "ignore": [".git", "node_modules/**/*"], "verbose": true, "watch": ["app/", "translations/", "configs/"], "env": { "NODE_ENV": "development" }, "ext": "ts,js,json" }