blazecolour/project-lvl2-s285

View on GitHub
Makefile

Summary

Maintainability
Test Coverage
install: 
        npm install

start: 
        npm run babel-node -- src/bin/gendiff.js --format json before.json after.json

test:
        npm test

build:
        rm -rf dist
        npm run build

lint: 
        npm run eslint .

publish: 
        npm publish