UNPKG
@hapipal/hpal
Version:
latest (3.1.0)
3.1.0
3.0.0
hapi pal CLI
github.com/hapipal/hpal
hapipal/hpal
@hapipal/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'
);