iOS Cordova plugin boilerplate written in Swift.
Clone this repo :
$ mkdir myNewPluginProject && cd myNewPluginProject
$ git clone https://github.com/akofman/cordova-plugin-boilerplate.git .
Remove the boilerplate history :
$ git checkout --orphan temp
$ git commit -m 'initial commit'
$ git branch -D master
$ git branch -m master
Update your origin :
$ git remote remove origin
$ git remote add origin yourgitrepourl.git
Now you can code :)
MIT © Alexis Kofman