Skip to content

akofman/cordova-plugin-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

iOS Cordova plugin boilerplate written in Swift.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published