@nx-extend/gcp-task-runner
TypeScript icon, indicating that this package has built-in type declarations

7.0.0 • Public • Published

@nx-extend/gcp-task-runner

@nx-extend/gcp-storage NPM package

Nx plugin to use Cloud Storage as remote cache.

Setup

Install

npm install -D @nx-extend/gcp-task-runner

Usage

Enable task runner

Update your nx.json with the following

{
  "tasksRunnerOptions": {
    "default": {
      "runner": "@nx-extend/gcp-task-runner",
      "options": {
        "bucket": "gs://your-bucket",
        ...
      }
    }
  }
}

Authenticate

The task runner uses @google-cloud/storage which in turn is capable of using the env variable GOOGLE_APPLICATION_CREDENTIALS.

Readme

Keywords

none

Package Sidebar

Install

npm i @nx-extend/gcp-task-runner

Weekly Downloads

107

Version

7.0.0

License

none

Unpacked Size

21.9 kB

Total Files

18

Last publish

Collaborators

  • tripss