template for nelts project or plugin.
npm ci
You 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.config
or
nelts dev
you should edit
package.json
, remove"source": "dist",
property.
$ rm -rf dist/ && tsc -d
or
nelts build
you should edit
package.json
, add"source": "dist",
property.
$ nelts start
$ nelts restart
$ netls stop
Copyright (c) 2019-present, yunjie (Evio) shen