0.1.2 • Published 2 years ago

starfe-pages v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

starfe-pages

License NPM Downloads NPM Version Dependency Status Code Style

Awesome node modules.

Installation

$ npm install starfe-pages

# or yarn
$ yarn add starfe-pages

Usage

const starFePages = require("starfe-pages");
const result = starFePages("w");
// result => 'w@zce.me'

可以使用命令行进行使用:自动对项目中的文件进行打包构建

  • 清理所有的打包文件
gulp clean
  • 执行 build 任务
gulp build
  • 执行 server 服务
gulp develop

API

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

  1. Fork it on GitHub!
  2. Clone the fork to your own machine.
  3. Checkout your feature branch: git checkout -b my-awesome-feature
  4. Commit your changes to your own branch: git commit -am 'Add some feature'
  5. Push your work back up to your fork: git push -u origin my-awesome-feature
  6. 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!

License

MIT © sysu-star-king