UNPKG
@gypsy-js/npm-template
Version:
latest (1.0.0-beta.7)
1.0.0-beta.7
1.0.0-beta.6
1.0.0-beta.5
1.0.0-beta.4
1.0.0-beta.3
1.0.0-beta.2
1.0.0-beta.1
The gypys NPM project template.
github.com/gypsy-js/npm-template
gypsy-js/npm-template
@gypsy-js/npm-template
/
dist
/
bin
/
cli.js
12 lines
(8 loc)
•
160 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/env node
/** *
@file
bin entry point. *
@author
qivmvip AT gmail DOT com *
@date
2022-02-17 */
import
*
as
cli
from
'./index.js'
; cli.
main
();