UNPKG
cl-diff-tool
Version:
latest (0.1.7)
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
command line diff tool
github.com/Rabinzon/project-lvl1-s129
Rabinzon/project-lvl2-s129
cl-diff-tool
/
Makefile
18 lines
(12 loc)
•
167 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
install:
npm i
start:
npm run babel-node -- src/bin/gendiff
watch-tests:
npm run test -- --watch
test:
npm run test
lint:
npm run lint
publish:
npm publish