GillesRasigade / cimap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cimap

Continuous Integration Mapping Service

Key Default Unit Comment
PORT 3000 Configuration path
EXIT_TIMEOUT 3000 ms Delay before gracefully stop the process
Metric Type Comment
start increment Incremented each time the application start

Installation

nvm i
npm install

Tests

# Run the mocha tests only
npm run mocha

# Run the eslint only
npm run eslint

# Run the coverage withuut eslint
npm run mocha

# Run all the tests
npm test

About


Languages

Language:JavaScript 99.6%Language:Dockerfile 0.4%