# my-module **Repository Path**: benjenCode/my-module ## Basic Information - **Project Name**: my-module - **Description**: No description available - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-18 - **Last Updated**: 2020-12-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # benjen-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] > Awesome node module ## Installation ```shell $ npm install benjen-pages # or yarn $ yarn add benjen-pages ``` ## Usage ```javascript const benjenPages = require('benjen-pages') const result = benjenPages('zce') // result => 'zce@zce.me' ``` ## API ### benjenPages(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) © xiezhuang <85101475@qq.com> [downloads-image]: https://img.shields.io/npm/dm/benjen-pages.svg [downloads-url]: https://npmjs.org/package/benjen-pages [version-image]: https://img.shields.io/npm/v/benjen-pages.svg [version-url]: https://npmjs.org/package/benjen-pages [license-image]: https://img.shields.io/github/license/zce/benjen-pages.svg [license-url]: https://github.com/zce/benjen-pages/blob/master/LICENSE [dependency-image]: https://img.shields.io/david/zce/benjen-pages.svg [dependency-url]: https://david-dm.org/zce/benjen-pages [devdependency-image]: https://img.shields.io/david/dev/zce/benjen-pages.svg [devdependency-url]: https://david-dm.org/zce/benjen-pages?type=dev [style-image]: https://img.shields.io/badge/code_style-standard-brightgreen.svg [style-url]: https://standardjs.com