pkgpush
v1.0.2
Published
Utility to push node_module deps to s3 and/or publish
Downloads
1
Readme
pkgpush
A simple utility to help bulk restore package dependencies from your local copy.
Install
npm install -g pkgpush
Example
Note: pkgpush
without --s3
or --publish
will only create npm pack
tarballs in your current working directory.
pkgpush --filter @myorg
Options:
--filter
- package prefix filter--s3
- destination s3 bucket name, assumes you have the aws cli installed--publish
- publish the package vianpm publish --ignore-scripts