@dappnode/dappnodesdk
Version:
dappnodesdk is a tool to make the creation of new dappnode packages as simple as possible. It helps to initialize and publish in ethereum blockchain
10 lines (9 loc) • 436 B
TypeScript
import { ListrTask } from "listr/index.js";
import { PackageToBuildProps, ListrContextBuild } from "../../types.js";
export declare function getFileCopyTask({ packagesToBuildProps, variantsDirPath, rootDir, composeFileName, requireGitData }: {
packagesToBuildProps: PackageToBuildProps[];
variantsDirPath: string;
rootDir: string;
composeFileName: string;
requireGitData?: boolean;
}): ListrTask<ListrContextBuild>;