deps3

0.0.12 • Public • Published

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>

/deps3/

    Package Sidebar

    Install

    npm i deps3

    Weekly Downloads

    4

    Version

    0.0.12

    License

    ISC

    Unpacked Size

    65.7 kB

    Total Files

    22

    Last publish

    Collaborators

    • robodo