UNPKG
itoolbox-cli
Version:
latest (0.0.7)
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
iToolBox CLI 工具,用于创建扩展,打包扩展.
github.com/BingKui/iToolBox-Cli
BingKui/iToolBox-Cli
itoolbox-cli
/
constants
/
base.js
8 lines
(6 loc)
•
146 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
const
SORFT_NAME
=
'iToolBox'
;
const
REPO_ORIGIN
=
'BingKui/iToolBox-Extension-Template'
;
module
.
exports
= { SORFT_NAME, REPO_ORIGIN, };