Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/busterc/generator-cordova-www

:iphone: A Yeoman generator that scaffolds a minimal www directory for a new Cordova app, with optional JavaScript flavors: jQuery, Framework7 or Vanilla.
https://github.com/busterc/generator-cordova-www

cordova-template framework7 yeoman-generator

Last synced: 5 days ago
JSON representation

:iphone: A Yeoman generator that scaffolds a minimal www directory for a new Cordova app, with optional JavaScript flavors: jQuery, Framework7 or Vanilla.

Awesome Lists containing this project

README

        

# generator-cordova-www

> A Yeoman generator that scaffolds a minimal www directory for a new Cordova app, with optional JavaScript flavors: jQuery, Framework7 or Vanilla.

```sh

_-----_
| | .--------------------------.
|--(o)--| | 'Allo 'Allo! Let's |
`---------´ | spruce up your Cordova |
( _´U`_ ) | App's www directory. |
/___A___\ '--------------------------'
| ~ |
__'.___.'__
´ ` |° ´ Y `

```

## Installation

```sh
# yeoman is required
$ npm install -g yo

# now install this generator
$ npm install -g generator-cordova-www

# then from the root of your Cordova project
$ yo cordova-www
```

## License

ISC © [Buster Collings](https://about.me/buster)