UNPKG
vvan-cli
Version:
latest (1.2.1)
1.2.1
1.2.0
1.1.1
1.1.0
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
front-template cli
github.com/terryvince/front-template-cli
terryvince/front-template-cli
vvan-cli
/
index.js
9 lines
(6 loc)
•
269 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
#!/usr/bin/env node
const
path =
require
(
"path"
);
const
fs =
require
(
"fs"
);
const
{ parseCommand } =
require
(
"./lib/command"
); process.
env
.
vvan_execPath
= process.
argv
[
1
].
split
(path.
sep
+
"index.js"
)[
0
];
//全局安装的命令的执行路径
parseCommand
();