Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@oclif/example-multi-ts

Package Overview
Dependencies
Maintainers
4
Versions
137
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@oclif/example-multi-ts

example multi-command CLI built with typescript

latest
Source
npmnpm
Version
1.10.7
Version published
Weekly downloads
125
-21.38%
Maintainers
4
Weekly downloads
 
Created
Source

@oclif/example-multi-ts

example multi-command CLI built with typescript

oclif Version CircleCI Appveyor CI Codecov Downloads/week License

  • Usage
  • Commands

Usage

$ npm install -g @oclif/example-multi-ts
$ example-multi-ts COMMAND
running command...
$ example-multi-ts (-v|--version|version)
@oclif/example-multi-ts/1.10.7 darwin-x64 node-v10.10.0
$ example-multi-ts --help [COMMAND]
USAGE
  $ example-multi-ts COMMAND
...

Commands

example-multi-ts goodbye [FILE]

describe the command here

USAGE
  $ example-multi-ts goodbye [FILE]

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

See code: src/commands/goodbye.ts

example-multi-ts hello [FILE]

describe the command here

USAGE
  $ example-multi-ts hello [FILE]

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

EXAMPLE
  $ example-multi-ts hello
  hello world from ./src/hello.ts!

See code: src/commands/hello.ts

example-multi-ts help [COMMAND]

display help for example-multi-ts

USAGE
  $ example-multi-ts help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

Keywords

oclif

FAQs

Package last updated on 15 Sep 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts