IPA is currently under development. The Android platform is incomplete, but is being actively worked on.
IPA was made to make the average developers life a little easier, when wanting to create their own plugin for the Ionic framework. I've written Medium articles about how to do this manually, but I figured that It would make my life easier, just to create a package, that would help me with all of the initial setup, because despite writing about it, I still forget some of the steps.
First make sure you have installed the latest version of node.js (You may need to restart your computer after this step).
Install the ionic-plugin-assistant From NPM:
npm i -g ionic-plugin-assistant@latest
If you have installed IPA from npm, then from terminal in your project directory, run the command
ipa
You'll then be prompted to answer a few questions about your plugin, such as:
- It's name (e.g: image-picker)
- A short plugin description
- Your name (Your github username is always a good choice).
- The platforms you're targeting IOS, Android of Both!
Then you're all set.
- [x] Copy templates over with submitted information.
- [ ] Finish Android Templates
- [ ] Optimize project code.
- [ ] Create Unit Tests.
Copyright © 2019 Jordan Benge