# xb-pages **Repository Path**: bin_dancer/xb-pages ## Basic Information - **Project Name**: xb-pages - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-24 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # xb-pages [![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 work flow ## Installation ```shell $ npm install xb-pages # or yarn $ yarn add xb-pages ``` ## Usage ```javascript const xbPages = require('xb-pages') const result = xbPages('zce') // result => 'zce@zce.me' ``` ## API ### xbPages(name[, options]) #### 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` 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) © xiaobin [downloads-image]: https://img.shields.io/npm/dm/xb-pages.svg [downloads-url]: https://npmjs.org/package/xb-pages [version-image]: https://img.shields.io/npm/v/xb-pages.svg [version-url]: https://npmjs.org/package/xb-pages [license-image]: https://img.shields.io/github/license/xiaobin/xb-pages.svg [license-url]: https://github.com/xiaobin/xb-pages/blob/master/LICENSE [dependency-image]: https://img.shields.io/david/xiaobin/xb-pages.svg [dependency-url]: https://david-dm.org/xiaobin/xb-pages [devdependency-image]: https://img.shields.io/david/dev/xiaobin/xb-pages.svg [devdependency-url]: https://david-dm.org/xiaobin/xb-pages?type=dev [style-image]: https://img.shields.io/badge/code_style-standard-brightgreen.svg [style-url]: https://standardjs.com