UNPKG
allons-y
Version:
latest (2.1.0)
2.1.0
2.0.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.2.1
0.2.0
0.1.3
0.1.2
0.1.1
0.1.0
Allons-y is a simple skeleton to package nodejs modules by feature.
allons-y.io
CodeCorico/allons-y
allons-y
/
index.js
5 lines
(2 loc)
•
77 B
JavaScript
View Raw
1
2
3
4
5
'use strict'
;
module
.
exports
=
require
(
'./features/allons-y/allons-y.js'
);