npm install generator-weex-pluginFirst, install Yeoman and generator-weex-plugin-template using npm (we assume you have pre-installed node.js).
``bash
npm install -g yo
`
install generator form github in local if not yet publish to npm
`bash
npm link
`
Then generate your new project:
`bash``
yo weex-plugin projectname