Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 714 Bytes

File metadata and controls

53 lines (34 loc) · 714 Bytes

@nelts/template

template for nelts project or plugin.

Usage

npm ci

You can install cli npm i @nelts/cli. Custom usage like this blow.

Dev

$ 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.

Build

$ rm -rf dist/ && tsc -d

or

nelts build

you should edit package.json, add "source": "dist", property.

Pro

$ nelts start
$ nelts restart
$ netls stop

License

MIT

Copyright (c) 2019-present, yunjie (Evio) shen