0.3.0 • Published 4 years ago
frida-pages v0.3.0
zce-pages
static web app workflow
Installation
git init git branch -M main git remote add origin git@github.com:ashelyyan321/frida-pages.git git status git add . git commit -m "feat:inital commit" git push -u origin main
yarn //安装依赖 (base) frida@MacBook-Pro frida-pages % yarn link (base) frida@MacBook-Pro fridagulp % yarn link "zce-pages"
打开两个文件夹 code . -a
$ yarn add zce-pages
# or npm
$ npm install zce-pagesUsage
const zcePages = require('zce-pages')
const result = zcePages('zce')
// result => 'zce@zce.me'API
zcePages(name, options)
name
- Type:
string - Details: name string
options
host
- Type:
string - Details: host string
- Default:
'zce.me'
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
MIT © zce w@zce.me (https://zce.me)
0.3.0
4 years ago