Skip to content

ArtProcessors/homebrew-tap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 

Repository files navigation

Art Processors Homebrew Tap

This repository exists to house Homebrew formulas for AP-maintained tools. At the moment, this consists of:

  • amazon-ecs-cli.rb: our fork of Amazon's ecs-cli tool, updated to support clusters with amd64 Fargate tasks and to allow the enable_execute_command flag.
  • gazelle.rb [internal]: Gazelle Schema code generator and validator.
  • poeditor.rb [internal]: POEditor CLI tool.
  • vxbundler.rb [internal]: Vixen content bundle and asset downloader.

How to use

Installing ecs-cli should be as simple as:

brew install artprocessors/tap/amazon-ecs-cli

To install internal tools such as gazelle or poeditor, first set the HOMEBREW_GITHUB_API_TOKEN environment variable to your personal GitHub API Token, e.g.:

export HOMEBREW_GITHUB_API_TOKEN=your-API-token
brew install artprocessors/tap/poeditor

You can create an API token on this page.

How to develop

Mac users, the easiest way to get started is to check out the repository using homebrew:

$ brew tap artprocessors/tap

From there, you can also symlink the resulting directory into another place on your local filesystem:

$ ln -s $(brew --repository artprocessors/tap) src/homebrew-tap

About

Public homebrew tap for distributing AP-maintained tools

Resources

Stars

Watchers

Forks

Contributors

Languages