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

https://github.com/yerkopalma/cordova-choo-template

:iphone: choo cordova template
https://github.com/yerkopalma/cordova-choo-template

Last synced: 2 months ago
JSON representation

:iphone: choo cordova template

Awesome Lists containing this project

README

        

# cordova-choo-template

## USAGE
```bash
$ cordova create [com.example.projectname] [ProjectClassName] --template cordova-choo-template
```

## How it works
Basically, we are using hooks to overwrite the `www` folder. So, you work
normally in the `src` folder, and when you run some of the cordova commands, it
will compile and copy to `www`folder for you.