smartcontract-cli
TypeScript icon, indicating that this package has built-in type declarations

0.2.0 • Public • Published

Smart Contract CLI

Usage

$ npm install -g smartcontract-cli
$ smartcontract COMMAND
running command...
$ smartcontract (--version)
smartcontract-cli/0.0.1 darwin-arm64 node-v16.13.2
$ smartcontract --help [COMMAND]
USAGE
  $ smartcontract COMMAND
...

Commands

smartcontract help [COMMAND]

Display help for smartcontract.

USAGE
  $ smartcontract help [COMMAND] [-n]

ARGUMENTS
  COMMAND  Command to show help for.

FLAGS
  -n, --nested-commands  Include all nested commands in the output.

DESCRIPTION
  Display help for smartcontract.

smartcontract touch [FILENAME]

Generate new Smart Contract

USAGE
  $ smartcontract touch [FILENAME] [-c]

FLAGS
  -c, --chainlink

DESCRIPTION
  Generate new Smart Contract

EXAMPLES
  $ smartcontract touch

  $ smartcontract touch [FILENAME]

  $ smartcontract touch --chainlink

smartcontract init

Generate new Project

USAGE
  $ smartcontract init

DESCRIPTION
  Generate new Project

EXAMPLES
  $ smartcontract init

Package Sidebar

Install

npm i smartcontract-cli

Weekly Downloads

2

Version

0.2.0

License

MIT

Unpacked Size

39.6 kB

Total Files

35

Last publish

Collaborators

  • andrejdev