GitXplorerGitXplorer
o

deps3

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
ed7177072b060845678b295f8078d81f5a2e7088

test node 9

oorangewise committed 7 years ago
Unverified
9521b27029dc07bc7d8a70d9023e625efcb06594

0.0.12

oorangewise committed 7 years ago
Unverified
759db0b9d2e50a63a3410637333e160a60b65626

skip node 4

oorangewise committed 7 years ago
Unverified
8b0382f038bfd54e5604e69a53547fdab0a1818f

fix travis extension

oorangewise committed 7 years ago
Unverified
90b855657931c256e541d39433d9529724e651a9

fix readme links

oorangewise committed 7 years ago
Unverified
c7f7f5f8061e523e75383bf27df7707d8c28e9d9

travis

oorangewise committed 7 years ago

README

The README file for this repository.

deps3

npm version Build Status JavaScript Style Guide

Publish to and install private module from an s3 bucket. Installation of the tarball is delegated to npm so make sure it is installed.

Installation

npm i -g deps3

Usage

Publish

export AWS_PROFILE='apichef'
export AWS_DEPS3_BUCKET='bla'
deps3 publish <your bundled module>.tgz

Install

export AWS_PROFILE='apichef'
export AWS_DEPS3_BUCKET='bla'
deps3 install <your-module-on-s3@latest>

Proxy

If you need to go through a proxy:

export http_proxy=http://....
deps3 <command> <tarball|package>