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

7.0.2 • 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.

Dependencies (4)

Dev Dependencies (0)

    Package Sidebar

    Install

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

    Weekly Downloads

    191

    Version

    7.0.2

    License

    none

    Unpacked Size

    22.4 kB

    Total Files

    18

    Last publish

    Collaborators

    • tripss