UNPKG
pillr
Version:
latest (0.2.0)
0.2.0
0.1.0
Framework for static site generators
github.com/christophercrouzet/pillr
christophercrouzet/pillr
pillr
/
lib
/
compounds
/
index.js
11 lines
(8 loc)
•
173 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
const
copy =
require
(
'./copy'
);
const
makePage =
require
(
'./make_page'
);
const
makeStyle =
require
(
'./make_style'
);
module
.
exports
= { copy, makePage, makeStyle, };