fengine
A development tool for f2e
Getting started
Install
$ npm install fengine
Introduction
if you have installed fengine
, you can run fengine by command:
$ fengine
and use:
$ fengine -h
for help.
you can config server by fengine.yml
under server root:
port:
80
base:
/html
layout:
/layout/layout.html
data:
version:
0.0.1
delimiter:
data:
- {{
- }}
directive:
- <!--
- -->
port
: server port. {Number}
base
: the base dir of where the file transform start. {String}
layout
: default layout file. {String}
data
: the data of template. {Object}
delimiter
: the delimiter of file template engine. {Object}
License
MIT