UNPKG

@rxap/plugin-web3-storage

Version:

This plugin provides an executor to deploy your application to web3 storage. It also includes a generator to initialize the plugin. It simplifies the process of deploying web applications to decentralized storage.

5 lines (4 loc) 209 B
import { Tree } from '@nx/devkit'; import { InitGeneratorSchema } from './schema'; export declare function initGenerator(tree: Tree, options: InitGeneratorSchema): Promise<void>; export default initGenerator;