UNPKG
@em-cli/shared
Version:
latest (2.1.1)
2.1.1
2.1.0
2.0.0
1.0.2
1.0.1
1.0.0
0.5.4
0.5.2
0.5.1
0.5.0
0.4.1
0.4.0
0.2.1
0.2.0
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
脚手架工具方法包
@em-cli/shared
/
dist
/
git
/
index.js
5 lines
•
124 B
JavaScript
View Raw
1
2
3
4
5
import
simpleGit
from
'simple-git'
;
export
default
function
git
(
...args
) {
const
git =
simpleGit
(...args);
return
git; }