Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pfan123/pf-init
test fe auto tool
https://github.com/pfan123/pf-init
Last synced: about 2 months ago
JSON representation
test fe auto tool
- Host: GitHub
- URL: https://github.com/pfan123/pf-init
- Owner: pfan123
- Created: 2015-10-25T14:24:26.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-07T11:37:01.000Z (almost 9 years ago)
- Last Synced: 2024-04-23T23:14:39.715Z (8 months ago)
- Language: JavaScript
- Size: 1.03 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### pf-init 扩展脚手架工具
pf-init 扩展脚手架工具,可以快速帮我们构建开发目录,提高开发效率,当然,我们还可以自定义扩展自己需要的命令。
目前系统默认生成的是系统快速开发express项目的目录结构:
>project
>
> ├── bin
>
> ├── www
>
> ├── public
>
> ├── images
>
> ├── javascripts
>
> ├── stylesheets
>
> ├── routes
>
> ├── index.js
>
> ├── users.js
>
> ├── views
>
> ├── index.ejs
>
> ├── layout.ejs
>
> ├── error.ejs
>
> ├── package.json
>
> ├── app.js
### pf-init Install
>$ npm install pf-init### Instruction for use(option parsing)
>Usage: [options] [value ...]
>Commands:
> init [name] Create Project Directory
> start*<*name> Start gulp project!
>Options:
> -h, --help output usage information
>
> -v, --version output the version number
>
> -c, --contact contact information
>
> -a, --author output program author
>
> -m, --message a string argument目前pf-init脚手架还不是特别完善,后续将扩充自动化工程开发,欢迎拍砖!