zx-pages 中文文档教程
zx-pages
很棒的节点模块。
安装
$ 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 - 一个简单但功能强大的基于模板的脚手架工具。
贡献
- 在 GitHub 上Fork
- 它! 克隆分叉到您自己的机器上。
- 签出您的功能分支:
git checkout -b my-awesome-feature
- 提交您对自己的分支的更改:
git commit -am “添加一些功能”
- 推送您的工作回到您的分支:
git push -u origin my-awesome-feature
- 提交拉取请求< /strong> 以便我们可以审核您的更改。
注意:在发出拉取请求之前,请务必合并来自“上游”的最新内容!
许可证
zx-pages
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'
Related
- zce/caz - A simple yet powerful template-based Scaffolding tools.
Contributing
- Fork it on GitHub!
- Clone the fork to your own machine.
- Checkout your feature branch:
git checkout -b my-awesome-feature
- Commit your changes to your own branch:
git commit -am 'Add some feature'
- Push your work back up to your fork:
git push -u origin my-awesome-feature
- 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
更多
你可能也喜欢
- @0xc/serverless-dynamodb-local 中文文档教程
- @10yun/ggui-pc-editor-json 中文文档教程
- @11ty/eleventy-assets 中文文档教程
- @2003scape/rsc-manuals 中文文档教程
- @4react/localize 中文文档教程
- @5rabbits/time-input 中文文档教程
- @_pearofducks/require-extension-hooks-vue 中文文档教程
- @aaron.timbol/lotide 中文文档教程
- @accounts/meteor-adapter 中文文档教程
- @activatortube/activatortube-remote-update 中文文档教程