Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lholmquist/generator-cordova-plugin
https://github.com/lholmquist/generator-cordova-plugin
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lholmquist/generator-cordova-plugin
- Owner: lholmquist
- License: mit
- Created: 2013-09-19T19:10:05.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-09-09T23:26:43.000Z (over 8 years ago)
- Last Synced: 2024-10-03T00:46:12.923Z (3 months ago)
- Language: JavaScript
- Size: 11.7 KB
- Stars: 13
- Watchers: 4
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-cordova - generator-cordova-plugin
README
# generator-cordova-plugin [![Build Status](https://secure.travis-ci.org/lholmquist/generator-cordova-plugin.png?branch=master)](https://travis-ci.org/lholmquist/generator-cordova-plugin)
A Cordova plugin generator for [Yeoman](http://yeoman.io).
## Getting Started
To install generator-cordova-plugin from npm, run:
```
$ npm install -g generator-cordova-plugin
```Finally, initiate the generator:
```
$ yo cordova-plugin
```There is now a sub generator to add a platform to plugin:
```
$ yo cordova-plugin:platform add
```or if you want to remove a platform
```
$ yo cordova-plugin:platform remove
```_currently only ios and android have been added_
## License
[MIT License](http://en.wikipedia.org/wiki/MIT_License)