文件名称:mustache-cli:小胡子的CLI界面
文件大小:21KB
文件格式:ZIP
更新时间:2024-05-29 02:04:08
JavaScript
小胡子 描述 小胡子的CLI界面。 用法 npm install mustache-cli --global mustache-cli -h ./tpl/layout.mustache <!DOCTYPE html > < html > < head > < meta charset =" utf-8 " > < title > {{title}} </ title > </ head > < body > < div> {{ > tpl}} div> </ body > </ html > ./tpl/page.mustache < h1> {{title}} h1> {{ > content}} ./conf/index.json { " __root " : " layout.must
【文件预览】:
mustache-cli-master
----.gitignore(131B)
----.babelrc(39B)
----package.json(2KB)
----src()
--------express.es(539B)
--------index.es(7KB)
--------cli.es(4KB)
----bin()
--------cli.js(5KB)
----examples()
--------out()
--------tpl()
--------conf()
----README.md(4KB)
----lib()
--------index.js(11KB)
--------express.js(828B)
----test()
--------test.js(288B)
--------out()
--------tpl()
--------conf()
--------server.js(625B)
--------default.js(37B)