GitXplorerGitXplorer
o

deps3

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
674c01e723f8acc723e5e99d9b71f747c3d31e03

0.0.11

oorangewise committed 7 years ago
Unverified
69730b8c710af6514c7e125bf4ebab2ca37ee4ae

only install if version is not yet installed

oorangewise committed 7 years ago
Unverified
149feebb11cb28cecceccaa02c148ffca1a10c9d

0.0.10

oorangewise committed 7 years ago
Unverified
9b1d917f04ad29e7001e9e68b8ffda46064baafd

moar testing

oorangewise committed 7 years ago
Unverified
23e88726f767245638033f13a385b8ae0f04c5da

add test for pre<version>

oorangewise committed 7 years ago
Unverified
36b26f48900c93e2d79e3bf7275e75d0674c7ce4

0.0.9

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>