https://github.com/BrettMayson/HEMTT
Build System for Arma 3
https://github.com/BrettMayson/HEMTT
arma arma3 hacktoberfest hemtt
Last synced: 29 days ago
JSON representation
Build System for Arma 3
- Host: GitHub
- URL: https://github.com/BrettMayson/HEMTT
- Owner: BrettMayson
- License: gpl-2.0
- Created: 2018-09-21T04:21:52.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-05-16T19:17:52.000Z (12 months ago)
- Last Synced: 2024-05-21T12:40:42.772Z (11 months ago)
- Topics: arma, arma3, hacktoberfest, hemtt
- Language: Rust
- Homepage: https://brettmayson.github.io/HEMTT
- Size: 22.4 MB
- Stars: 103
- Watchers: 6
- Forks: 37
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-arma3 - HEMTT - Build System for Arma 3 powered by armake. (Tools / Multiplayer)
README
# HEMTT
An opinionated build system for Arma 3 mods.
[](https://github.com/BrettMayson/HEMTT/releases)
[](https://github.com/BrettMayson/HEMTT/releases)
[](https://app.codecov.io/gh/brettmayson/hemtt)
[](https://acemod.org/discord)[The HEMTT Book](https://hemtt.dev)
## Installation
[](https://github.com/BrettMayson/HEMTT/releases)
[](https://winstall.app/apps/BrettMayson.HEMTT)[Read it in the book](https://hemtt.dev/installation/index.html)
## Browser Extension
[](https://addons.mozilla.org/en-US/firefox/addon/hemtt/)
[](https://chromewebstore.google.com/detail/glhbbnnlagbnmkclalflihdnfhbjmmip)View .paa files directly on GitHub!
## Example GitHub Actions Workflow
```yaml
name: Buildon: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup HEMTT
uses: arma-actions/hemtt@v1
- name: Run HEMTT build
run: hemtt release
- name: Upload Release
uses: actions/upload-artifact@v4
with:
name: my-mod-latest
path: release/my-mod-latest.zip
```### Attribution
File icons contain elements made in whole or in part by [Freepik - Flaticon](https://www.flaticon.com/authors/freepik)