Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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