UNPKG

@openzeppelin/cli

Version:

Command-line interface for the OpenZeppelin smart contract platform

3 lines (2 loc) 244 B
import { InitParams } from './interfaces'; export default function init({ name, version, publish, dependencies, installDependencies, force, projectFile, typechainEnabled, typechainOutdir, typechainTarget, }: InitParams): Promise<void | never>;