@stixx200/nx-remotecache-filesystem
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

nx-remotecache-filesystem

A task runner for @nrwl/nx that uses an filesystem location as a remote cache.

Setup

npm install --save-dev @stixx200/nx-remotecache-filesystem
Parameter Description Environment Variable / .env nx.json
Cache Location Target cache location NX_CACHE_FS_CACHE_LOCATION cacheLocation
Chmod Run chmod after creating the target cache file on it. Provide a number. NX_CACHE_FS_CHMOD chmod
Config File Provide a js file which exports a configuration. - configFile
{
  "tasksRunnerOptions": {
    "default": {
      "runner": "nx-remotecache-filesystem",
      "options": {
        "cacheLocation": "/mnt/shared-cache",
        "chmod": 255
      }
    }
  }
}

Readme

Keywords

none

Package Sidebar

Install

npm i @stixx200/nx-remotecache-filesystem

Weekly Downloads

1

Version

0.1.1

License

MIT

Unpacked Size

7.22 kB

Total Files

9

Last publish

Collaborators

  • stixx200