Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/martenframework/homebrew-marten
Homebrew tap for Marten.
https://github.com/martenframework/homebrew-marten
Last synced: 19 days ago
JSON representation
Homebrew tap for Marten.
- Host: GitHub
- URL: https://github.com/martenframework/homebrew-marten
- Owner: martenframework
- License: mit
- Created: 2021-11-10T01:02:39.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-24T20:55:11.000Z (about 1 month ago)
- Last Synced: 2024-11-24T21:30:59.150Z (about 1 month ago)
- Language: Crystal
- Size: 76.1 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Marten Homebrew Tap
[![CI](https://github.com/martenframework/homebrew-marten/workflows/Specs/badge.svg)](https://github.com/martenframework/homebrew-marten/actions)
[![CI](https://github.com/martenframework/homebrew-marten/workflows/QA/badge.svg)](https://github.com/martenframework/homebrew-marten/actions)This repository hosts the Homebrew tap definition for the Marten framework.
## Release process
When a new Marten version is released, the homebrew tap can be updated by following these steps:
1. Update the `shard.yml` file so that it references the Marten version to release
2. Run `shards install` to install the new Marten version
3. Run `make release` to regenerate the tap definition and the associated tarball## License
MIT. See ``LICENSE`` for more details.