UNPKG
@grandlinex/easy-cli
Version:
latest (1.5.1)
1.5.1
1.5.0
1.4.1
1.4.0
1.3.0
1.2.2
1.2.1
1.1.2
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
0.0.4
0.0.2
Cli lib to perform common tasks
www.grandlinex.com
GrandlineX/easy-cli
@grandlinex/easy-cli
/
dist
/
cli.js
5 lines
(4 loc)
•
111 B
JavaScript
View Raw
1
2
3
4
5
#!/usr/bin/env node
import
TestScript
from
'./TestScript.js'
;
const
handler =
new
TestScript
(); handler.
run
();