template for nelts project or plugin.
npm ciYou can install cli npm i @nelts/cli. Custom usage like this blow.
$ NODE_ENV=development ts-node node_modules/@nelts/process/dist/runtime.js --module=@nelts/nelts --base=. --config=nelts.configor
nelts devyou should edit
package.json, remove"source": "dist",property.
$ rm -rf dist/ && tsc -dor
nelts buildyou should edit
package.json, add"source": "dist",property.
$ nelts start
$ nelts restart
$ netls stopCopyright (c) 2019-present, yunjie (Evio) shen