https://github.com/softvisio/templates
Package templates
https://github.com/softvisio/templates
Last synced: 3 months ago
JSON representation
Package templates
- Host: GitHub
- URL: https://github.com/softvisio/templates
- Owner: softvisio
- Created: 2021-06-02T20:42:57.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2026-04-24T20:00:26.000Z (3 months ago)
- Last Synced: 2026-04-24T22:08:04.017Z (3 months ago)
- Language: JavaScript
- Homepage: https://github.com/softvisio/templates
- Size: 1.45 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Introduction
Projects templates.
## Cordova
In `build.json` set `developmentTeam` id. Get your TeamID from .
### Plugins
```sh
cordova plugin add cordova-plugin-device
cordova plugin add cordova-plugin-network-information
cordova plugin add cordova-plugin-firebasex@latest-cli
cordova plugin add cordova-plugin-badge
```
If you are using old plugins, that are not compatible with the `androidx` you need to add:
```sh
cordova plugin add cordova-plugin-androidx-adapter
```