init

Initialises a new project

dapp-launchpad init [PROJECT-NAME]

The init command initialises a DApp project in a new directory. The new directory has the same name as the project. If a project name is not mentioned, a random one is chosen.

Options

OptionDescription

-t, --template [NAME]

Name of the scaffold template to use; default: "javascript". To get list of available templates, run list scaffold-templates. (default: "javascript")

-h, --help

display help for command

Help

To get help, run:

dapp-launchpad init -h

Last updated