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
/
source.js
7 lines
(4 loc)
•
161 B
JavaScript
View Raw
1
2
3
4
5
6
7
const
source =
require
(
'./components/source'
);
module
.
exports
=
(
rootPath, filter, readMode, callback
) =>
{
source
(rootPath, filter, readMode)(callback); };