Skip to content

Instantly share code, notes, and snippets.

@nevir
Created May 28, 2012 18:15
Show Gist options
  • Select an option

  • Save nevir/2820391 to your computer and use it in GitHub Desktop.

Select an option

Save nevir/2820391 to your computer and use it in GitHub Desktop.
➜ ~ git:(master) ✗ groc
zsh: command not found: groc
➜ ~ git:(master) ✗ git clone https://github.com/nevir/groc /tmp/groc
Cloning into '/tmp/groc'...
remote: Counting objects: 885, done.
remote: Compressing objects: 100% (311/311), done.
remote: Total 885 (delta 597), reused 838 (delta 550)
Receiving objects: 100% (885/885), 471.55 KiB | 383 KiB/s, done.
Resolving deltas: 100% (597/597), done.
➜ ~ git:(master) ✗ pushd /tmp/groc
/tmp/groc ~ ~/Coding/groc
➜ groc git:(master) npm link
npm http GET https://registry.npmjs.org/autorequire
npm http GET https://registry.npmjs.org/coffee-script
npm http GET https://registry.npmjs.org/colors
npm http GET https://registry.npmjs.org/fs-tools
npm http GET https://registry.npmjs.org/showdown
npm http GET https://registry.npmjs.org/optimist
npm http GET https://registry.npmjs.org/spate
npm http GET https://registry.npmjs.org/uglify-js
npm http GET https://registry.npmjs.org/underscore
npm http GET https://registry.npmjs.org/jade
npm http GET https://registry.npmjs.org/glob
npm http 304 https://registry.npmjs.org/showdown
npm http 304 https://registry.npmjs.org/coffee-script
npm http 304 https://registry.npmjs.org/colors
npm http 304 https://registry.npmjs.org/fs-tools
npm http 304 https://registry.npmjs.org/autorequire
npm http 304 https://registry.npmjs.org/optimist
npm http 304 https://registry.npmjs.org/spate
npm http 304 https://registry.npmjs.org/uglify-js
npm http 304 https://registry.npmjs.org/jade
npm http 304 https://registry.npmjs.org/underscore
npm http 304 https://registry.npmjs.org/glob
npm http GET https://registry.npmjs.org/minimatch
npm http GET https://registry.npmjs.org/graceful-fs
npm http GET https://registry.npmjs.org/inherits
npm http GET https://registry.npmjs.org/fast-list
npm http GET https://registry.npmjs.org/async/0.1.15
npm http GET https://registry.npmjs.org/underscore/1.3.1
npm http GET https://registry.npmjs.org/wordwrap
npm http 304 https://registry.npmjs.org/graceful-fs
npm http 304 https://registry.npmjs.org/minimatch
npm http 304 https://registry.npmjs.org/inherits
npm http 304 https://registry.npmjs.org/fast-list
npm http GET https://registry.npmjs.org/lru-cache
npm http 304 https://registry.npmjs.org/async/0.1.15
npm http GET https://registry.npmjs.org/commander
npm http GET https://registry.npmjs.org/mkdirp
npm http 304 https://registry.npmjs.org/underscore/1.3.1
npm http 304 https://registry.npmjs.org/wordwrap
npm http 304 https://registry.npmjs.org/lru-cache
npm http 304 https://registry.npmjs.org/mkdirp
npm http 304 https://registry.npmjs.org/commander
[email protected] ./node_modules/colors
[email protected] ./node_modules/spate
[email protected] ./node_modules/underscore
[email protected] ./node_modules/showdown
[email protected] ./node_modules/coffee-script
[email protected] ./node_modules/autorequire
[email protected] ./node_modules/uglify-js
[email protected] ./node_modules/fs-tools
├── [email protected]
└── [email protected]
[email protected] ./node_modules/optimist
└── [email protected]
[email protected] ./node_modules/glob
├── [email protected]
├── [email protected]
├── [email protected]
└── [email protected]
[email protected] ./node_modules/jade
├── [email protected]
└── [email protected]
/Users/ian/.nvm/v0.6.6/bin/groc -> /Users/ian/.nvm/v0.6.6/lib/node_modules/groc/bin/groc
/Users/ian/.nvm/v0.6.6/lib/node_modules/groc -> /private/tmp/groc
➜ groc git:(master) npm link groc
./node_modules/groc -> /Users/ian/.nvm/v0.6.6/lib/node_modules/groc -> /private/tmp/groc
➜ groc git:(master) popd
~ ~/Coding/groc
➜ ~ git:(master) ✗ groc --version
0.2.10
➜ ~ git:(master) ✗
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment