npm i --save generator-nativescript-plugin
- 版本:1.0.4
- GitHub: https://github.com/peoplewaredo/generator-nativescript-plugin
- NPM: https://npmjs.net.cn/package/generator-nativescript-plugin
- 下载量
- 昨日:0
- 上周:0
- 上月:0
generator-nativescript-plugin
NativeScript 插件项目生成器
安装
首先,使用 Yeoman 和 npm 安装 generator-nativescript-plugin(我们假设您已预先安装了 node.js)。
npm install -g yo
npm install -g generator-nativescript-plugin
然后生成您的新项目
//to generate a normal nativescript + typescript plugin
yo nativescript-plugin
//to generate a nativescript + angular2 plugin
yo nativescript-plugin:ng2
了解 Yeoman
- Yeoman 心地善良。
- Yeoman 有情感和观点,但非常容易合作。
- 有时 Yeoman 可能会过于固执,但很容易说服它改变。
- 请随时 了解更多关于 Yeoman 的信息。
许可
MIT © PeopleWare