Skip to content

Instantly share code, notes, and snippets.

@wingrunr21
wingrunr21 / chnode.rb
Last active January 8, 2018 22:27
Unofficial chnode Homebrew (brew) formula
class Chnode < Formula
desc "Change between installed Node versions in your current shell."
homepage "https://github.com/steakknife/chnode"
url "https://github.com/steakknife/chnode/archive/v1.2.3.tar.gz"
sha256 "ae0bd1d9227ef76286d19331f9a3c5fcc1926e70f4ef0d3896a8f9f7b463c792"
head "https://github.com/steakknife/chnode.git"
def install
bin.install "chnode", "chnode-auto", "chnode-exec"
doc.install "README.md", "LICENSE", "CHANGELOG.md"