Difference between revisions of "Agoric init"

From wikieduonline
Jump to navigation Jump to search
 
Line 1: Line 1:
 
{{lc}}
 
{{lc}}
 +
 +
agoric init --help
 +
Usage: agoric init [options] <project>
 +
 +
create a new [[Dapp]] directory named <project>
 +
 +
Options:
 +
  --dapp-template <name>  use the template specified by <name> (default: "dapp-fungible-faucet")
 +
  --dapp-base <base-url>  find the template relative to <base-url> (default: "https://github.com/Agoric/")
 +
  --dapp-branch <branch>  use this branch instead of the repository HEAD
 +
  -h, --help              display help for command
  
 
== See also ==
 
== See also ==

Latest revision as of 18:37, 15 August 2022

agoric init --help
Usage: agoric init [options] <project>

create a new Dapp directory named <project>

Options:
  --dapp-template <name>  use the template specified by <name> (default: "dapp-fungible-faucet")
  --dapp-base <base-url>  find the template relative to <base-url> (default: "https://github.com/Agoric/")
  --dapp-branch <branch>  use this branch instead of the repository HEAD
  -h, --help              display help for command

See also[edit]

Advertising: