# zwy-pages **Repository Path**: irascible_brother/zwy-pages ## Basic Information - **Project Name**: zwy-pages - **Description**: 基于gulp的构建工具 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-11 - **Last Updated**: 2021-04-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # zwy-pages [![License][license-img]][license-url] [![NPM Downloads][downloads-img]][downloads-url] [![NPM Version][version-img]][version-url] [![Dependency Status][dependency-img]][dependency-url] [![devDependency Status][devdependency-img]][devdependency-url] [![Code Style][style-img]][style-url] > Static web app workflow ## Installation ```shell $ npm install zwy-pages # or yarn $ yarn add zwy-pages ``` ## Usage ```javascript const zwyPages = require('zwy-pages') const result = zwyPages('w') // result => 'w@zce.me' ``` ## API ### zwyPages(input, options?) #### input - Type: `string` - Details: name string #### options ##### host - Type: `string` - Details: host string - Default: `'zce.me'` ## Related - [zce/caz](https://github.com/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](LICENSE) © [Afei](https://gitee.com/irascible_brother) [license-img]: https://img.shields.io/github/license/Afei/zwy-pages [license-url]: https://github.com/Afei/zwy-pages/blob/master/LICENSE [downloads-img]: https://img.shields.io/npm/dm/zwy-pages [downloads-url]: https://npm.im/zwy-pages [version-img]: https://img.shields.io/npm/v/zwy-pages [version-url]: https://npm.im/zwy-pages [dependency-img]: https://img.shields.io/david/Afei/zwy-pages [dependency-url]: https://david-dm.org/Afei/zwy-pages [devdependency-img]: https://img.shields.io/david/dev/Afei/zwy-pages [devdependency-url]: https://david-dm.org/Afei/zwy-pages?type=dev [style-img]: https://img.shields.io/badge/code_style-standard-brightgreen [style-url]: https://standardjs.com