KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
generator-cordova-plugin
★ 13
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
Bin2D
:
A tool that enables files to be compiled into an executable and extracted at startup.
lspl
:
Lexico-Syntatic Pattern Language
sf2DebuggerChrome
:
Easily open debug toolBar and profiler from any symfony2 request that have the correct header
chxdoc
:
Haxe documentation generator
PyoPlug
:
Framework to embed the python module for digital signal processing "Pyo" into different types of audio plugins
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
generator-cordova-plugin
?
Download (.md)
# generator-cordova-plugin [](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)