NMVikings/project-lvl2-s329

View on GitHub
Makefile

Summary

Maintainability
Test Coverage
install:
    npm install

start:
    npx babel-node -- src/bin/genDiff.js

lint:
    npx eslint .

test:
    npx jest

test-coverage:
    npx jest --coverage

watch:
    npx jest --watch

publish:
    npm publish