gen-diff
Version:
utility for searching differences between config files
28 lines (19 loc) • 341 B
Plain Text
install:
npm install
run:
npm run babel-node -- src/bin/gen-diff.js ${OPTION} ${PATH1} ${PATH2}
test:
npm run test
test-watch:
npm run test -- --watchAll
lint:
npm run -- eslint src __tests__
lint-fix:
npm run -- eslint src __tests__ --fix
build:
rm -rf dist
npm run build
publish:
npm publish
flow:
npm run flow