UNPKG
hpal
Version:
latest (2.6.0)
2.6.0
2.5.0
2.4.0
2.3.0
2.2.1
2.2.0
2.1.0
2.0.0
1.4.0
1.3.0
1.2.1
1.2.0
1.1.1
1.1.0
1.0.0
0.1.1
0.1.0
hapi pal CLI
github.com/hapipal/hpal
hapipal/hpal
hpal
/
lib
/
commands
/
index.js
10 lines
(5 loc)
•
150 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
'use strict'
;
exports
.
docs
=
require
(
'./docs'
);
exports
.
make
=
require
(
'./make'
);
exports
.
new
=
require
(
'./new'
);
exports
.
run
=
require
(
'./run'
);