UNPKG
fsnip
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
0.9.5
0.9.4
0.9.3
0.9.2
0.9.1
0.0.4
0.0.3
0.0.2
0.0.1
Command line utility to extract and modify text or json from a file
github.com/bkp7/fsnip
bkp7/fsnip
fsnip
/
dist
/
fsnip.js
4 lines
(3 loc)
•
77 B
JavaScript
View Raw
1
2
3
4
#!/usr/bin/env node
'use strict'
;
require
(
'./helpers.js'
).
cli
(process.
argv
);