Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cybertk/homebrew-cask-tap-template
- Owner: cybertk
- Created: 2015-11-19T06:37:21.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-19T08:24:25.000Z (about 9 years ago)
- Last Synced: 2024-11-14T12:54:07.861Z (2 months ago)
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
-