Created
March 2, 2015 18:58
-
-
Save lance/7e550aeaa9f5a17a8114 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ~/t/myproj ❯❯❯ pwd | |
| /Users/lanceball/tmp/myproj | |
| ~/t/myproj ❯❯❯ ls | |
| ~/t/myproj ❯❯❯ npm install rhq-metrics | |
| rhq-metrics@0.1.3 node_modules/rhq-metrics | |
| ├── q@1.2.0 | |
| └── stream-buffers@1.1.0 | |
| ~/t/myproj ❯❯❯ ls | |
| node_modules | |
| ~/t/myproj ❯❯❯ ls node_modules/* | |
| LICENSE README.md index.js node_modules package.json | |
| ~/t/myproj ❯❯❯ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment