Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nidhaloff/buildonic
A lightweight interactive CLI application to easily build ionic apps for android and ios
https://github.com/nidhaloff/buildonic
android capacitor capacitor-android cross-platform-app ionic ionic-apps ionic-framework ios progressive-web-apps
Last synced: 3 days ago
JSON representation
A lightweight interactive CLI application to easily build ionic apps for android and ios
- Host: GitHub
- URL: https://github.com/nidhaloff/buildonic
- Owner: nidhaloff
- Created: 2020-11-27T22:31:17.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-16T21:22:49.000Z (about 4 years ago)
- Last Synced: 2024-10-07T12:42:24.832Z (4 months ago)
- Topics: android, capacitor, capacitor-android, cross-platform-app, ionic, ionic-apps, ionic-framework, ios, progressive-web-apps
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/buildonic
- Size: 55.7 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
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 ;)