Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ccfenner/homebrew-cloud-mta-build-tool
Homebrew Tap for the Cloud MTA Build Tool
https://github.com/ccfenner/homebrew-cloud-mta-build-tool
cloud-foundry homebrew homebrew-formula homebrew-tap mbt mta multi-target-application sap-cloud-platform
Last synced: 2 days ago
JSON representation
Homebrew Tap for the Cloud MTA Build Tool
- Host: GitHub
- URL: https://github.com/ccfenner/homebrew-cloud-mta-build-tool
- Owner: CCFenner
- License: apache-2.0
- Created: 2020-01-16T15:56:28.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-30T08:09:32.000Z (almost 5 years ago)
- Last Synced: 2024-12-10T10:42:44.077Z (about 2 months ago)
- Topics: cloud-foundry, homebrew, homebrew-formula, homebrew-tap, mbt, mta, multi-target-application, sap-cloud-platform
- Language: Ruby
- Homepage: https://sap.github.io/cloud-mta-build-tool/
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Homebrew Tap for the Cloud MTA Build Tool
This *Tap* for [Homebrew](https://brew.sh) contains the [Cloud MTA Build Tool](https://sap.github.io/cloud-mta-build-tool).
Homebrew is a package manager for MacOX and Linux. You can use it to manage your Cloud MTA Build Tool installation.
To install Homebrew follow [these](https://brew.sh/#install) instructions.## Usage
To use the tap add it to your brew installation:
```sh
brew tap ccfenner/cloud-mta-build-tool
```Then install `mbt` using `brew install`:
```sh
brew install ccfenner/cloud-mta-build-tool/mbt
```Now you can use `mbt` from the command line:
```sh
mbt --version
```