Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nike-inc/homebrew-nike
Homebrew formulas provided by Nike, Inc.
https://github.com/nike-inc/homebrew-nike
homebrew homebrew-formula homebrew-tap nike
Last synced: 3 days ago
JSON representation
Homebrew formulas provided by Nike, Inc.
- Host: GitHub
- URL: https://github.com/nike-inc/homebrew-nike
- Owner: Nike-Inc
- License: other
- Created: 2017-01-24T18:06:40.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-01T16:00:12.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T23:00:17.689Z (7 months ago)
- Topics: homebrew, homebrew-formula, homebrew-tap, nike
- Language: Ruby
- Homepage:
- Size: 22.5 KB
- Stars: 5
- Watchers: 15
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Nike Homebrew Tap
Homebrew formula for Nike OSS projects.
## What is Homebrew?
Homebrew is an OSX specific application that allows users to install applications that didn't come with Apple's operating system.
## What is a "tap" and what does it contain?
A tap in Homebrew is a third-party distribution channel that allows developers to provide installation scripts for their packages that, for one reason or another, are not eligible to be listed in the primary Homebrew distribution channel.
These taps are simply git repositories that contain Ruby scripts implementing the Homebrew installation interface.
## What should live in Nike's tap?
Any project under the Nike-Inc GitHub banner that provides an installable binary or script.
## Installation
To use formula's from Nike OSS projects, you'll need to add this tap to Homebrew:
```sh
brew tap nike-inc/nike
```