deps3
v0.0.12
Published
Dependency manager for private npm modules on s3
Downloads
1
Maintainers
Readme
deps3
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>