Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cybertk/homebrew-cask-tap-template

Homebrew Cask Tap Template
https://github.com/cybertk/homebrew-cask-tap-template

Last synced: 4 days ago
JSON representation

Homebrew Cask Tap Template

Awesome Lists containing this project

README

        

# homebrew-cask-tap-template

> Template of a [Homebrew Cask](http://caskroom.io/) Tap

## Make your own Homebrew Cask Tap

1. Fork this project
1. Add Cask Formula into `Casks/` dir

## Getting Started

If you forked on Github, you can add **Tap** with `brew tap `. Like

```
brew tap cybertk/cask-tap-template
```

If you forked on other platform, you need specify the repo url of **Tap**. Like

```
brew tap cybertk/cask-tap-template https://github.com/cybertk/homebrew-cask-tap-template
```

## Refernece

- [Official guide of `brew-tap`](https://github.com/Homebrew/homebrew/blob/master/share/doc/homebrew/brew-tap.md)
-