UNPKG
igroot-builder
Version:
beta (3.0.0-beta)
latest (4.4.0)
next (4.2.11)
4.4.0
4.3.9
4.3.8
4.3.6
4.3.5
4.3.3
4.3.2
4.3.1
4.3.0
4.2.12
4.2.11
4.2.10
4.2.9
4.2.8
4.2.7
4.2.6
4.2.5
4.2.4
4.2.3
4.2.2
4.2.1
4.2.0
4.1.1
4.1.0
4.0.1
4.0.0
3.0.0-beta
2.3.0
2.2.0
2.1.1
2.1.0
2.0.2
2.0.0
1.0.1
1.0.0
0.5.0
0.4.1
0.4.0
0.3.6
0.3.5
0.3.4
0.3.3
0.2.3
0.2.2
0.1.2
0.1.1
0.1.0
0.0.2
白山——zeus系统前端打包工具
igroot-builder
/
command
/
help.js
7 lines
•
234 B
JavaScript
View Raw
1
2
3
4
5
6
7
module
.
exports
=
function
(
) {
console
.
log
(
'builder commands:'
)
console
.
log
(
' dev\t\t开发调试项目'
)
console
.
log
(
' build\t\t构建项目'
)
console
.
log
(
' lint\t\t项目代码格式化检测与修复'
)
console
.
log
(
''
) }