grigori-gru/matrix-cli

View on GitHub
Makefile

Summary

Maintainability
Test Coverage
test:
    npm test

dev:
    node src/bin/index.dev.js

start:
    node src/bin/index.js

publish:
    npm publish

watch:
    npm run test:watch

cover:
    npm run test:coverage