Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/busterc/create-cordova-app
:rocket: Create Cordova apps via prompts for adding platforms and plugins
https://github.com/busterc/create-cordova-app
cordova cordova-cli phonegap phonegap-cli
Last synced: 19 days ago
JSON representation
:rocket: Create Cordova apps via prompts for adding platforms and plugins
- Host: GitHub
- URL: https://github.com/busterc/create-cordova-app
- Owner: busterc
- License: isc
- Created: 2019-07-08T19:51:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-03T08:48:55.000Z (over 4 years ago)
- Last Synced: 2024-11-14T15:15:49.871Z (about 2 months ago)
- Topics: cordova, cordova-cli, phonegap, phonegap-cli
- Language: JavaScript
- Size: 2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# create-cordova-app [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Coverage percentage][coveralls-image]][coveralls-url]
> Create Cordova apps via prompts for adding platforms and plugins
## Installation
```sh
$ npm install --global create-cordova-app
```## Usage
```sh
Usage$ create-cordova-app
Examples:
$ create-cordova-app .
$ create-cordova-app my-app
$ create-cordova-app ../my-app```
## License
ISC © [Buster Collings]()
[npm-image]: https://badge.fury.io/js/create-cordova-app.svg
[npm-url]: https://npmjs.org/package/create-cordova-app
[travis-image]: https://travis-ci.org/busterc/create-cordova-app.svg?branch=master
[travis-url]: https://travis-ci.org/busterc/create-cordova-app
[daviddm-image]: https://david-dm.org/busterc/create-cordova-app.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/busterc/create-cordova-app
[coveralls-image]: https://coveralls.io/repos/busterc/create-cordova-app/badge.svg
[coveralls-url]: https://coveralls.io/r/busterc/create-cordova-app