Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 262 Bytes

npm.md

File metadata and controls

12 lines (9 loc) · 262 Bytes

npm

npm install --save  blah    # add to package.json
--save-dev      # just for testing (not production)

With keybase private git...

    "dependencies": {
        "repo-name": "git+ssh://keybase://private/your-name/repo-name.git"
    }