ittlr / tlr-cli

tlr-cli all tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@ittlr/tlr-cli

tlr all tools

oclif Version Downloads/week License

Usage

$ npm install -g @ittlr/tlr-cli
$ tlr COMMAND
running command...
$ tlr (-v|--version|version)
@ittlr/tlr-cli/0.0.1 darwin-arm64 node-v15.6.0
$ tlr --help [COMMAND]
USAGE
  $ tlr COMMAND
...

Commands

tlr ali-flow [FILE]

describe the command here

USAGE
  $ tlr ali-flow [FILE]

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

See code: src/commands/ali-flow.ts

tlr hello [FILE]

describe the command here

USAGE
  $ tlr hello [FILE]

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

EXAMPLE
  $ tlr hello
  hello world from ./src/hello.ts!

See code: src/commands/hello.ts

tlr help [COMMAND]

display help for tlr

USAGE
  $ tlr help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

About

tlr-cli all tools


Languages

Language:TypeScript 93.3%Language:JavaScript 5.4%Language:Batchfile 1.3%