Baya 一个生成项目目录结构的程序
前阵子写一些项目生成的脚本,感觉很不直观,shell 里面各种 mkdir xxx cp xxx,索性写一个基于很直观的配置文件生成项目结构的程序。
####配置文件:
+ test
+ app
+ module
- media.html
- a.html
+ html
- index.html < ../History.md
- a.js
- bigscreen.js <
+ styl
+ conf
- conf
####会生成的目录结构:
项目地址:
安装:
npm install -g baya