Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tramlinehq/macige
Mobile App CI workflow GEnerator: Android, iOS, Flutter, and React Native!
https://github.com/tramlinehq/macige
android ci cicd flutter github-actions highlight-js ios react-native rust wasm yew
Last synced: 3 months ago
JSON representation
Mobile App CI workflow GEnerator: Android, iOS, Flutter, and React Native!
- Host: GitHub
- URL: https://github.com/tramlinehq/macige
- Owner: tramlinehq
- License: mit
- Created: 2022-11-04T18:15:43.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-07T21:45:25.000Z (over 1 year ago)
- Last Synced: 2024-05-01T09:36:10.163Z (6 months ago)
- Topics: android, ci, cicd, flutter, github-actions, highlight-js, ios, react-native, rust, wasm, yew
- Language: Rust
- Homepage: https://macige.tramline.app
- Size: 5 MB
- Stars: 90
- Watchers: 4
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-yew - Macige - CI workflow generator for mobile app development, [Live Demo](https://macige.tramline.app). (Projects)
README
# Macige
[![License](https://img.shields.io/badge/license-MIT-green.svg?style=flat)](https://github.com/tramlinehq/macige/blob/master/LICENSE)
[![Featured in Android Weekly issue 561](https://androidweekly.net/issues/issue-561/badge)](https://androidweekly.net/issues/issue-561/)β the _m_-obile _a_-pp _c_-ontinuous _i_-ntegration workflow _ge_-nerator
## π± Customizable CI workflow templates for mobile app development!
π [macige.tramline.app](https://macige.tramline.app)
When automating your mobile releases, one of the first things that you need are workflows in your CI server that can create the builds you use in the release cycle. Writing these workflows can be annoying since each CI system has different ways of configuring jobs, storing files, caching, etc.
For mobile apps, setting up the official toolchain involves a lot of moving parts especially when creating signed builds that can be uploaded to the App Store or Play Store. If you're using cross-platform frameworks like Flutter or React Native, the setup can be even more time consuming!
Macige is a set of CI workflow templates which can be customized using various options. You donβt need to sign in anywhere or make a new account: simply generate a workflow with your preferences, and copy paste it into your project!
### Features
- GitHub Actions workflows for native Android, Flutter, and React Native apps
- Support for creating debug builds and signed release builds, including instructions on how to store signing secrets safely
- Support for caching build files to reduce app build time
- Support for getting app versioning information from CI arguments### Coming soon
- [ ] iOS workflows for GitHub Actions
- [ ] Support for GitLab CI
- [ ] Support for Bitrise
- [ ] Support for Codemagic
- [ ] Write files into your code repo or CI, instead of copying files manually## Contributing π©βπ»
### Setup dev
1. install [rust](https://www.rust-lang.org/)
1. install trunk: `make trunk`
1. install wasm support: `make wasm`### Run dev
```bash
make serve
```### Release
```bash
make all
```## Thanks π₯°
### Libraries
- [yew](https://yew.rs "yew-rs")
- [simple.css](https://simplecss.org/ "simple-css")
- [highlight.js](https://highlightjs.org "highlight-js")### Infrastructure
Deployed on [render.com](https://render.com/docs/static-sites)