UNPKG
biteagle-cli
Version:
latest (0.0.1)
0.0.1
Biteagle project command line interface.
biteagle-cli
/
commands
/
add
/
index.js
13 lines
(10 loc)
•
211 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
/** *
@fileoverview
Unified export add command module *
@author
Biteagle
*/
import
GitLint
from
'./gitlint/index.js'
import
ThemeScss
from
'./theme_scss/index.js'
export
default
{
GitLint
,
ThemeScss
}