@polats/forge
TypeScript icon, indicating that this package has built-in type declarations

0.4.0 • Public • Published

@polats/forge

Command-line NPM package for creating cryptoitems

oclif Version CircleCI Appveyor CI Codecov Downloads/week License

Usage

$ npm install -g @polats/forge
$ forge COMMAND
running command...
$ forge (-v|--version|version)
@polats/forge/0.4.0 win32-x64 node-v8.12.0
$ forge --help [COMMAND]
USAGE
  $ forge COMMAND
...
$ npm install -g @polats/forge
$ forge COMMAND
running command...
$ forge (-v|--version|version)
@polats/forge/0.3.4 win32-x64 node-v8.12.0
$ forge --help [COMMAND]
USAGE
  $ forge COMMAND
...

Commands

forge create [FILE]

Create a cryptoitem with the given parameters

USAGE
  $ forge create [FILE]

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to print

EXAMPLE
  $ forge create
  hello world from ./src/hello.ts!

See code: src\commands\create.ts

forge help [COMMAND]

display help for forge

USAGE
  $ forge help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

forge init [FILE]

Initializes the needed variables such as URLs and API keys

USAGE
  $ forge init [FILE]

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to print

EXAMPLE
  $ forge create
  hello world from ./src/hello.ts!

See code: src\commands\init.ts

forge create [FILE]

Create a cryptoitem with the given parameters

USAGE
  $ forge create [FILE]

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to print

EXAMPLE
  $ forge create
  hello world from ./src/hello.ts!

See code: src\commands\create.ts

forge help [COMMAND]

display help for forge

USAGE
  $ forge help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

forge init [FILE]

Initializes the needed variables such as URLs and API keys

USAGE
  $ forge init [FILE]

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to print

EXAMPLE
  $ forge create
  hello world from ./src/hello.ts!

See code: src\commands\init.ts

Readme

Keywords

Package Sidebar

Install

npm i @polats/forge

Weekly Downloads

0

Version

0.4.0

License

MIT

Unpacked Size

14.6 kB

Total Files

16

Last publish

Collaborators

  • polats