buildonic
v0.2.5
Published
A lightweight interactive CLI application to easily build ionic apps for android and ios
Downloads
9
Maintainers
Readme
buildonic
A lightweight interactive CLI application to easily build ionic apps for android and ios
NOTE: buildonic is still under heavy development. The actual version works only for android.
Installation
using npm: npm i -g buildonic
using yarn: yarn add -g buildonic
NOTE: You may need to use
sudo
if you are on linux.
Why?
Because building ionic apps for mobile is a pain (at least that's my experience)
I spent a lot of time googeling and asking in the ionic forum before I could build my app and make it ready for appstore. Therefore I decided to create this simple tool.
Usage
Just run buildonic run
inside your ionic project. Have fun ;)