install:
	npm install
start:
	npm run babel-node -- dist/bin/gendiff.js
publish:
	npm publish
lint:
	npm run eslint
test:
	npm run test
