0.2.5 • Published 2 months ago

create-cartesi-wallet-template v0.2.5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

create-cartesi-wallet-template

A CLI app for setting up a simple Cartesi wallet interaction application using Javascript, Typescript and Rust language templates

Usage

$ npm install -g create-cartesi-wallet-template
$ create-cartesi-wallet-template COMMAND
running command...
$ create-cartesi-wallet-template (--version)
create-cartesi-wallet-template/0.2.5 darwin-arm64 node-v18.19.0
$ create-cartesi-wallet-template --help [COMMAND]
USAGE
  $ create-cartesi-wallet-template COMMAND
...

Commands

create-cartesi-wallet-template create NAME

Create application

USAGE
  $ create-cartesi-wallet-template create NAME --template javascript|typescript|rust [--branch <value>]

ARGUMENTS
  NAME  application and directory name

FLAGS
  --branch=<value>     [default: main] repository branch name to use
  --template=<option>  (required) template name to use
                       <options: javascript|typescript|rust>

DESCRIPTION
  Create application

EXAMPLES
  $ create-cartesi-wallet-template create

See code: src/commands/create.ts