zx-pages 中文文档教程

发布于 2年前 浏览 17 项目主页 更新于 2年前

zx-pages

许可证NPM 下载 NPM 版本 依赖状态代码风格

很棒的节点模块。

安装

$ npm install zx-pages

# or yarn
$ yarn add zx-pages

使用

const zxPages = require('zx-pages')
const result = zxPages('w')
// result => 'w@zce.me'

API

zxPages(input, options?)

input

  • 类型:string
  • 详细信息:name string

options

host
  • 类型:string
  • 详细信息:host string
  • 默认:'zce.me '
  • zce/caz - 一个简单但功能强大的基于模板的脚手架工具。

贡献

  1. 在 GitHub 上Fork
  2. 它! 克隆分叉到您自己的机器上。
  3. 签出您的功能分支:git checkout -b my-awesome-feature
  4. 提交您对自己的分支的更改:git commit -am “添加一些功能”
  5. 推送您的工作回到您的分支:git push -u origin my-awesome-feature
  6. 提交拉取请求< /strong> 以便我们可以审核您的更改。

注意:在发出拉取请求之前,请务必合并来自“上游”的最新内容!

许可证

MIT © GodX

zx-pages

LicenseNPM DownloadsNPM VersionDependency StatusCode Style

Awesome node modules.

Installation

$ npm install zx-pages

# or yarn
$ yarn add zx-pages

Usage

const zxPages = require('zx-pages')
const result = zxPages('w')
// result => 'w@zce.me'

API

zxPages(input, options?)

input

  • Type: string
  • Details: name string

options

host
  • Type: string
  • Details: host string
  • Default: 'zce.me'
  • 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 © GodX

    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文