cordova
Mobile apps with HTML, CSS & JS. More information: <https://cordova.apache.org/docs/en/latest/guide/cli/>.
Install
- All systems
-
curl cmd.cat/cordova.sh
- Arch Linux
-
pacman -S cordova
Mobile apps with HTML, CSS & JS. More information: <https://cordova.apache.org/docs/en/latest/guide/cli/>.
-
Create a Cordova project:
cordova create path/to/directory package project_name -
Display the current workspace status:
cordova info -
Add a Cordova platform:
cordova platform add platform -
Remove a Cordova platform:
cordova platform remove platform -
Add a Cordova plugin:
cordova plugin add pluginid -
Remove a Cordova plugin:
cordova plugin remove pluginid
© tl;dr; authors and contributors