UNPKG
@irim/bin-tool
Version:
latest (1.2.0)
1.2.0
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0
0.1.0
0.1.0-beta.1
node bin tools
@irim/bin-tool
/
esm
/
index.js
8 lines
(7 loc)
•
179 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
// bin-tool
// @author Pluto <huarse@gmail.com>
// @create 2020/05/14 10:01
export
*
from
'./const'
;
export
*
from
'./files'
;
export
*
from
'./inquirer'
;
export
*
from
'./utils'
;