https://github.com/atoum/homebrew-atoum
atoum macOS formulae for the Homebrew package manager
https://github.com/atoum/homebrew-atoum
atoum homebrew-tap php test
Last synced: 2 months ago
JSON representation
atoum macOS formulae for the Homebrew package manager
- Host: GitHub
- URL: https://github.com/atoum/homebrew-atoum
- Owner: atoum
- License: bsd-3-clause
- Created: 2017-02-14T23:45:05.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-24T13:22:50.000Z (about 8 years ago)
- Last Synced: 2024-12-26T12:26:44.859Z (4 months ago)
- Topics: atoum, homebrew-tap, php, test
- Language: Ruby
- Size: 9.77 KB
- Stars: 1
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Homebrew atoum
atoum macOS formulae for the Homebrew package manager
## Requirements
The Homebrew `php` tap is required : `brew tap homebrew/homebrew-php`
## Install
The first thing you will have to do is setup the `atoum/homebrew-atoum` tap:
```sh
brew tap atoum/homebrew-atoum
```Once done, you will have acces to several formulae:
| Formula | atoum version |
|-------------|---------------|
| `[email protected]` | `dev-master` |
| `atoum` | `3.0.0` |
| `[email protected]` | `2.9.0` |
| `[email protected]` | `2.8.2` |To install a formula, run one of these commands:
```sh
brew install atoum
brew install [email protected]
```## Usage
Homebrew will install atoum in the Cellar and you will be able to run it using the `atoum` command.
Every formulae will provide a `atoum` script. You will probably need to use `link`/`unlink` to manage them:
```sh
brew install [email protected]
#...atoum
atoum version 2.8.2 by Frédéric Hardy (phar:///usr/local/Cellar/atoum/2.8.2/libexec/atoum.phar)brew install atoum
#...atoum
atoum version 2.8.2 by Frédéric Hardy (phar:///usr/local/Cellar/atoum/2.8.2/libexec/atoum.phar)brew unlink [email protected] && brew link atoum
#...atoum
atoum version 2.9.0 by Frédéric Hardy (phar:///usr/local/Cellar/atoum/2.9.0/libexec/atoum.phar)
```## Licence
homebrew-atoum is released under the BSD-3-Clause. See the bundled LICENSE file for detail.
