static web app workflow
npm install zce-pages-mine[![NPM Downloads][downloads-image]][downloads-url]
[![NPM Version][version-image]][version-url]
[![License][license-image]][license-url]
[![Dependency Status][dependency-image]][dependency-url]
[![devDependency Status][devdependency-image]][devdependency-url]
[![Code Style][style-image]][style-url]
> static web app workflow
``shell
$ yarn add zce-pages
Usage
`javascript
const zcePages = require('zce-pages')
const result = zcePages('zce')
// result => 'zce@zce.me'
`API
$3
#### name
- Type:
string
- Details: name string#### options
##### host
- Type:
string
- Details: host string
- Default: 'zce.me'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`> NOTE: Be sure to merge the latest from "upstream" before making a pull request!
MIT © zce
[downloads-image]: https://img.shields.io/npm/dm/zce-pages.svg
[downloads-url]: https://npmjs.org/package/zce-pages
[version-image]: https://img.shields.io/npm/v/zce-pages.svg
[version-url]: https://npmjs.org/package/zce-pages
[license-image]: https://img.shields.io/github/license/zce/zce-pages.svg
[license-url]: https://github.com/zce/zce-pages/blob/master/LICENSE
[dependency-image]: https://img.shields.io/david/zce/zce-pages.svg
[dependency-url]: https://david-dm.org/zce/zce-pages
[devdependency-image]: https://img.shields.io/david/dev/zce/zce-pages.svg
[devdependency-url]: https://david-dm.org/zce/zce-pages?type=dev
[style-image]: https://img.shields.io/badge/code_style-standard-brightgreen.svg
[style-url]: https://standardjs.com