磁盘监控

guhongwei 1feff97fe8 修改警告时间 hace 2 años
.github 51643cb455 init hace 2 años
app 1feff97fe8 修改警告时间 hace 2 años
config 66c44a0919 修改邮箱地址 hace 2 años
test 51643cb455 init hace 2 años
.autod.conf.js 51643cb455 init hace 2 años
.eslintignore 51643cb455 init hace 2 años
.eslintrc 51643cb455 init hace 2 años
.gitignore 51643cb455 init hace 2 años
README.md 51643cb455 init hace 2 años
ecosystem.config.js 34abb5118f update hace 2 años
package.json 51643cb455 init hace 2 años
server.js 34abb5118f update hace 2 años

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.