Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/songmu/maltmill
create and update Homebrew thrid party Formulae
https://github.com/songmu/maltmill
Last synced: 10 days ago
JSON representation
create and update Homebrew thrid party Formulae
- Host: GitHub
- URL: https://github.com/songmu/maltmill
- Owner: Songmu
- License: mit
- Created: 2018-01-07T17:45:00.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2023-10-09T05:57:15.000Z (about 1 year ago)
- Last Synced: 2024-10-11T21:09:24.051Z (27 days ago)
- Language: Go
- Homepage:
- Size: 133 KB
- Stars: 22
- Watchers: 6
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
maltmill
=======[![test](https://github.com/Songmu/maltmill/actions/workflows/test.yaml/badge.svg)][GitHub Actions]
[![MIT License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)][license]
[![PkgGoDev](https://pkg.go.dev/badge/github.com/Songmu/maltmill)][PkgGoDev][GitHub Actions]: https://github.com/Songmu/maltmill/actions/workflows/test.yaml
[license]: https://github.com/Songmu/maltmill/blob/master/LICENSE
[PkgGoDev]: https://pkg.go.dev/github.com/Songmu/maltmillcreate and update Homebrew thrid party Formulae
## Synopsis
### new
```console
% maltmill new -w Songmu/maltmill
```### update
```console
% maltmill -w maltmill.rb
```## Description
The maltmill retrieve artifacts from GitHub Releases and create or update
the Homebrew Formulae.## Install
### homebrew
```console
% brew install Songmu/tap/maltmill
```### using [ghg](https://github.com/Songmu/ghg)
```console
% ghg get Songmu/maltmill
```### go install (for using HEAD)
```console
% go install github.com/Songmu/maltmill/cmd/maltmill@main
```Built binaries are available on GitHub Releases.
https://github.com/Songmu/maltmill/releases## Author
[Songmu](https://github.com/Songmu)