<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>
npm install @nx-extend/gcp-storageNx plugin for deploy your app to Cloud Storage.
``sh``
npm install -D @nx-extend/gcp-storage
#### 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 |