https://github.com/tkareine/homebrew-chnode
Homebrew tap for chnode
https://github.com/tkareine/homebrew-chnode
chnode formula homebrew homebrew-tap
Last synced: 3 months ago
JSON representation
Homebrew tap for chnode
- Host: GitHub
- URL: https://github.com/tkareine/homebrew-chnode
- Owner: tkareine
- License: mit
- Created: 2018-10-07T13:07:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-16T19:13:05.000Z (6 months ago)
- Last Synced: 2025-01-10T21:33:06.227Z (4 months ago)
- Topics: chnode, formula, homebrew, homebrew-tap
- Language: Ruby
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# chnode Homebrew tap
[Homebrew] tap for installing [chnode].
## Install
``` shell
brew tap tkareine/chnode
brew install tkareine/chnode/chnode
```## Uninstall
``` shell
brew uninstall tkareine/chnode/chnode
brew untap tkareine/chnode
```## Testing formula
Install tap from local clone of this repository, install and test the
formula, and uninstall the formula and tap:``` shell
brew tap tkareine/chnode-local ~/Projects/homebrew-chnode
brew audit --strict --online tkareine/chnode-local/chnode
brew install tkareine/chnode-local/chnode
brew test tkareine/chnode-local/chnode
brew uninstall tkareine/chnode-local/chnode
brew untap tkareine/chnode-local
```Update the master branch of the tap if the upstream repository
(`~/Projects/homebrew-chnode` above) has changed:``` shell
cd "$(brew --repository tkareine/chnode-local)"
git fetch origin master
git reset --hard origin/master
```## License
MIT. See [LICENSE.txt].
[Homebrew]: https://brew.sh/
[LICENSE.txt]: https://raw.githubusercontent.com/tkareine/homebrew-chnode/master/LICENSE.txt
[chnode]: https://github.com/tkareine/chnode