Skip to content

tkareine/homebrew-chnode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

chnode Homebrew tap

Homebrew tap for installing chnode.

Install

brew tap tkareine/chnode
brew install tkareine/chnode/chnode

Uninstall

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:

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:

cd "$(brew --prefix)"/Homebrew/Library/Taps/tkareine/homebrew-chnode-local
git fetch origin master
git reset --hard origin/master

License

MIT. See LICENSE.txt.

Releases

No releases published

Languages