bower install xxx#foo-branch
as in:
bower install [email protected]:pattern-library/pattern-importer.git#npm-module
npm install git+ssh://[email protected]:pattern-library/pattern-importer.git#npm-module
Multi-file gist exists to not block the JSON Resume registry finding my correct resume.json. |
{ | |
"basics": { | |
"profiles": [ | |
{ | |
"url": "https://linkedin.com/in/scottnath", | |
"username": "scottnath", | |
"network": "LinkedIn" | |
}, | |
{ | |
"url": "https://github.com/scottnath", |
# Kill the port you found | |
`kill -9 PID` | |
i.e.: | |
`kill -9 11623` | |
# Find the port | |
`lsof -i :PORT` | |
i.e.: |
pg_ctl -D /usr/local/var/postgres stop | |
original: http://stackoverflow.com/questions/36436120/fatal-error-lock-file-postmaster-pid-already-exists |
# a file by name in an organization | |
filename:.eslintrc user:nodejs |
python -m SimpleHTTPServer 8000 |
file: https://github.com/pattern-library/pattern-library-utilities/blob/master/lib/get-options.js | |
$ dox < lib/get-options.js | |
[ | |
{ | |
"tags": [ | |
{ | |
"type": "fileoverview", | |
"string": "Takes two options objects and merges them \n @author Scott Nath\n\n @requires NPM:lodash.merge", | |
"html": "<p>Takes two options objects and merges them<br /> @author Scott Nath</p><p> @requires NPM:lodash.merge</p>" |
// `symbol` is the object | |
each val, index in symbol | |
li= index + ': ' + val |
bower install xxx#foo-branch
as in:
bower install [email protected]:pattern-library/pattern-importer.git#npm-module
npm install git+ssh://[email protected]:pattern-library/pattern-importer.git#npm-module
git checkout -b remote_branch origin/remote_branch