https://github.com/jondotsoy/homebrew-core
Common formulae to homebrew
https://github.com/jondotsoy/homebrew-core
homebrew-tap
Last synced: about 2 months ago
JSON representation
Common formulae to homebrew
- Host: GitHub
- URL: https://github.com/jondotsoy/homebrew-core
- Owner: JonDotsoy
- License: mit
- Created: 2023-07-18T03:25:22.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-16T20:07:27.000Z (8 months ago)
- Last Synced: 2025-01-26T10:29:56.797Z (4 months ago)
- Topics: homebrew-tap
- Language: TypeScript
- Homepage:
- Size: 91.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Roadmap: ROADMAP.md
Awesome Lists containing this project
README
# The Jondotsoy Homebrew Tap
A homebrew repository that provides a collection of projects to simplify application development and management.
## Setup
Before installing any projects, make sure to set up the tap by running:
```bash
brew tap jondotsoy/core
```This will ensure that your system is aware of the projects provided by this tap.
## Available Projects
### Q-Project
Install: `brew install jondotsoy/core/q-project`
### NDate
Install: `brew install jondotsoy/core/ndate`
### UID
Install: `brew install jondotsoy/core/uid`
### Envctl
Install: `brew install jondotsoy/core/envctl`
### Demo
Install: `brew install jondotsoy/demo/demo` (Note: This project is not part of the core and is hosted in a separate repository)
### Spec-MD (Deprecated)
(Note: This project has been deprecated and is no longer maintained)
## Automatic Release via GitHub Workflow
You can automatically generate and publish new releases for this tap by invoking the `refresh.yml` workflow from another repository.
**Example Usage**
From your own repository, you can run:
```shell
gh workflow run --repo JonDotsoy/homebrew-core refresh.yml -F repo_name=JonDotsoy/q-project
```This will trigger a new release for the `q-project` formula with the latest version available.
**Workflow Example**
You can find an example of how to invoke this workflow in the `.github/workflows/release.yaml` file of the `q-project` repository: https://github.com/JonDotsoy/q-project/blob/develop/.github/workflows/release.yaml
## License
This project is released under the MIT License. You can find more information about the license in the [LICENSE](./LICENSE) file.