UNPKG
tooljs-template
Version:
latest (0.0.5)
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Tool template engine plugin
github.com/tooljs/template
tooljs/template
tooljs-template
/
Readme.md
13 lines
(9 loc)
•
159 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
# tooljs-template
## API
```js
var
template =
require
(
'tooljs-template'
);
var
tool =
require
(
'tooljs'
);
tool
() .
use
(
template
(
'Readme.md'
)) .
exec
(); ```