0.0.12 • Published 6 years ago

deps3 v0.0.12

Weekly downloads
4
License
ISC
Repository
github
Last release
6 years ago

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>
0.0.12

6 years ago

0.0.11

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago