项目作者: banditi

项目描述 :
More chats for chat's God
高级语言: JavaScript
项目地址: git://github.com/banditi/chat.git
创建时间: 2017-03-20T10:45:55Z
项目社区:https://github.com/banditi/chat

开源协议:MIT License

下载


Chat Build Status Coverage Status

Prerequisites

  • node >=6

Quick start

  1. npm install
  2. npm start

Code quality

  1. npm run validate

Tests

  1. npm test

Tests include coverage tool istanbul. After test you can find results of coverage in ./coverage/lcov-report/index.html. Use your browser to see it.

Linters

For codestyle we are using eslint.

  1. npm run lint

Precommit hook

Also we are using precommit hook husky.