0.1.2 • Published 3 years ago
starfe-pages v0.1.2
starfe-pages
Awesome node modules.
Installation
$ npm install starfe-pages
# or yarn
$ yarn add starfe-pagesUsage
const starFePages = require("starfe-pages");
const result = starFePages("w");
// result => 'w@zce.me'可以使用命令行进行使用:自动对项目中的文件进行打包构建
- 清理所有的打包文件
gulp clean- 执行 build 任务
gulp build- 执行 server 服务
gulp developAPI
starFePages(input, options?)
input
- Type:
string - Details: name string
options
host
- Type:
string - Details: host string
- Default:
'zce.me'
Related
- zce/caz - A simple yet powerful template-based Scaffolding tools.
Contributing
- Fork it on GitHub!
- Clone the fork to your own machine.
- Checkout your feature branch:
git checkout -b my-awesome-feature - Commit your changes to your own branch:
git commit -am 'Add some feature' - Push your work back up to your fork:
git push -u origin my-awesome-feature - Submit a Pull Request so that we can review your changes.
NOTE: Be sure to merge the latest from "upstream" before making a pull request!