Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 586 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 586 Bytes

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