16.0.2 • Published 1 month ago

@rxap/plugin-web3-storage v16.0.2

Weekly downloads
-
License
GPL-3.0-or-later
Repository
gitlab
Last release
1 month ago

@rxap/plugin-web3-storage

npm version commitizen friendly styled with prettier Libraries.io dependency status for latest release, scoped npm package npm NPM

Installation

Add the package to your workspace:

yarn add @rxap/plugin-web3-storage

Install peer dependencies:

yarn add @nx/devkit@^16.10.0 @rxap/plugin-utilities@^16.2.0 files-from-path@^1.0.0 web3.storage@^4.5.5 

Executors

deploy

deploy executor

project.json

{
  "targets": {
    "deploy": {
      "executor": "@rxap/plugin-web3-storage:deploy"
    }
  }
}