Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/busterc/generator-cordova-www
- Owner: busterc
- License: isc
- Created: 2016-01-20T20:21:27.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-27T20:13:08.000Z (about 8 years ago)
- Last Synced: 2024-08-16T16:49:22.181Z (4 months ago)
- Topics: cordova-template, framework7, yeoman-generator
- Language: HTML
- Homepage:
- Size: 886 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-cordova - generator-cordova-www
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)