UNPKG
@gaonengwww/tiny-toolkit-dev
Version:
latest (1.0.1)
1.0.1
tiny-cli 模块开发脚手架
@gaonengwww/tiny-toolkit-dev
/
template
/
toolkit
/
src
/
index.ts
13 lines
(11 loc)
•
212 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
import
start
from
'./lib/start'
;
import
build
from
'./lib/build'
;
import
init
from
'./lib/init'
;
import
help
from
'./lib/help'
; export default { start, build, init,
help
, default:
help
, };