Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)