Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akofman/cordova-plugin-boilerplate
iOS Cordova plugin boilerplate written in Swift.
https://github.com/akofman/cordova-plugin-boilerplate
cordova
Last synced: 2 months ago
JSON representation
iOS Cordova plugin boilerplate written in Swift.
- Host: GitHub
- URL: https://github.com/akofman/cordova-plugin-boilerplate
- Owner: akofman
- License: mit
- Created: 2015-05-21T20:47:56.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-20T14:22:16.000Z (over 8 years ago)
- Last Synced: 2024-07-29T15:37:52.033Z (3 months ago)
- Topics: cordova
- Language: Swift
- Homepage:
- Size: 129 KB
- Stars: 16
- Watchers: 5
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# cordova-plugin-boilerplate
iOS Cordova plugin boilerplate written in Swift.
## Usage
Clone this repo :
```sh
$ mkdir myNewPluginProject && cd myNewPluginProject
$ git clone https://github.com/akofman/cordova-plugin-boilerplate.git .
```Remove the boilerplate history :
```sh
$ git checkout --orphan temp
$ git commit -m 'initial commit'
$ git branch -D master
$ git branch -m master
```Update your origin :
```sh
$ git remote remove origin
$ git remote add origin yourgitrepourl.git
```Now you can code :)
## License
MIT © [Alexis Kofman](http://twitter.com/alexiskofman)