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
- Host: GitHub
- URL: https://github.com/yerkopalma/cordova-choo-template
- Owner: YerkoPalma
- Created: 2018-05-23T18:08:06.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-01T17:27:17.000Z (about 7 years ago)
- Last Synced: 2025-01-25T07:11:21.256Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 11.3 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.