/cordova-plugin-boilerplate

iOS Cordova plugin boilerplate written in Swift.

Primary LanguageSwiftMIT LicenseMIT

cordova-plugin-boilerplate

iOS Cordova plugin boilerplate written in Swift.

Usage

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 :)

License

MIT © Alexis Kofman