@nx-extend/gcp-storage
v9.1.0
Published
<a href="https://www.npmjs.com/package/@nx-extend/gcp-storage" rel="nofollow"> <img src="https://badgen.net/npm/v/@nx-extend/gcp-storage" alt="@nx-extend/gcp-storage NPM package"> </a>
Downloads
663
Maintainers
Readme
@nx-extend/gcp-storage
Nx plugin for deploy your app to Cloud Storage.
Setup
Install
npm install -D @nx-extend/gcp-storage
Usage
Upload
Available options:
| name | type | default | description | |----------------|---------|---------|---------------------------------| | bucket | string | | What bucket to upload to | | directory | string | | Directory to upload | | gzip | boolean | false | Use gzip when uploading | | gzipExtensions | string | | For what extensions to use gzip |