lsx-file-util
v1.1.0
Published
对文件创建的方法的封装,一种脚手架
Downloads
26
Readme
对创建工程的文件夹进行封装:
author:liushuxin
使用方法:
npm install lsx-file-util --save
安装后:
var fileCreate = require('lsx-file-util');
fileCreate(filename,client_js,client_stylesheet,clinet_template,server_router);
其中:
- client_js: public中js的路径
- client_stylesheet 样式表的位置
- clinet_templat 模板的位置
- server_router 路由的位置
