Skip to content

Instantly share code, notes, and snippets.

@mrshu
Created February 2, 2012 21:21
Show Gist options
  • Save mrshu/1725855 to your computer and use it in GitHub Desktop.
Save mrshu/1725855 to your computer and use it in GitHub Desktop.
node.js packages uploader to duckpan.org
#!/bin/bash
USER=duck
PASS=pass
npm_config__auth=`echo "$USER:$PASS" |base64`
npm --registry https://duckpan.org/duckpan/do/upload publish
# does PUT https://duckpan.org/duckpan/do/upload/mypackage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment