# Checkout the code
$ git clone git@github.com:wepyjs/wepy-templates.git
$ cd wepy-templates
# Install dependences
$ npm install
You can Fix Bugs/Add Features or Add A Template or Add A Github Project After you setup the project.
- Add your template to
templates
folder. Ref: standard - Make sure you have
meta.js
in your project. Ref: meta.js - Run
npm run build
to add and zip your template. - Push your code to github and make a pull request.
- After pull request merged, you can use
wepy list
to validate.
- Run
node build/meta.js add xxx/xxxx
. e.g.,node build/meta.js add wepyjs/wepy-wechat-demo
- Push your code to github and make a pull request.
- After pull request merged, you can use
wepy list --github
to valudate.
** Notice: You don't need to manually update the grid in README.md or meta.json. Commands will help you to do it.**