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