UNPKG
ja
Version:
latest (1.2.0)
1.2.0
1.1.1
1.1.0
1.0.1
1.0.0
0.1.0
0.0.1
A simple CLI to read files from git repositories
github.com/userpixel/ja
ja
/
cli
/
ja.js
7 lines
(4 loc)
•
133 B
JavaScript
View Raw
1
2
3
4
5
6
7
#!/usr/bin/env -u DEBUG node
const
am =
require
(
'am'
)
const
{ readAndApplyConfig } =
require
(
'../index.js'
)
am
(readAndApplyConfig)