npm-install-from-s3

0.1.0 • Public • Published

npm-install-from-s3

Install packages from S3.

Installation

npm install -g npm-install-from-s3

Usage

If you specify an S3 URL that ends with .tgz, install only that tarball.

npm-install-from-s3 s3://your-bucket/prefix/of/single-package.tgz
 

Otherwise, install all tarballs starting with the specified S3 URL and ending with .tgz.

npm-install-from-s3 s3://your-bucket/prefix/of/packages

In the above case, such a following S3 Objects is installed.

  • s3://your-bucket/prefix/of/packages/foo.tgz
  • s3://your-bucket/prefix/of/packages/bar/baz.tgz

A tarball can be created by running npm pack.

Options

As with npm install you can specify the following options:

  • --production
  • -g, --global

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i npm-install-from-s3

Weekly Downloads

9

Version

0.1.0

License

MIT

Unpacked Size

6.85 kB

Total Files

8

Last publish

Collaborators

  • nak2k