Created
March 11, 2011 03:49
-
-
Save gerad/865423 to your computer and use it in GitHub Desktop.
hacky way to run forked npm modules on no.de
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
[node@gerad ~]$ mkdir npm-hacks | |
[node@gerad ~]$ cd npm-hacks/ | |
[node@gerad ~/npm-hacks]$ git clone https://github.com/fortnightlabs/twitter-js | |
Initialized empty Git repository in /home/node/npm-hacks/twitter-js/.git/ | |
remote: Counting objects: 78, done. | |
remote: Compressing objects: 100% (69/69), done. | |
remote: Total 78 (delta 27), reused 0 (delta 0) | |
Unpacking objects: 100% (78/78), done. | |
[node@gerad ~/npm-hacks]$ cd twitter-js/ | |
[node@gerad ~/npm-hacks/twitter-js]$ npm link . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment