磁盘监控

lrf e0625ae01c update 2 years ago
.github 51643cb455 init 2 years ago
app e0625ae01c update 2 years ago
config 51643cb455 init 2 years ago
test 51643cb455 init 2 years ago
.autod.conf.js 51643cb455 init 2 years ago
.eslintignore 51643cb455 init 2 years ago
.eslintrc 51643cb455 init 2 years ago
.gitignore 51643cb455 init 2 years ago
README.md 51643cb455 init 2 years ago
ecosystem.config.js 34abb5118f update 2 years ago
package.json 51643cb455 init 2 years ago
server.js 34abb5118f update 2 years ago

README.md

dick-scan

QuickStart

see egg docs for more detail.

Development

$ npm i
$ npm run dev
$ open http://localhost:7001/

Deploy

$ npm start
$ npm stop

npm scripts

  • Use npm run lint to check code style.
  • Use npm test to run unit test.
  • Use npm run autod to auto detect dependencies upgrade, see autod for more detail.