Socket
Book a DemoInstallSign in
Socket

@oclif/example-plugin-ts

Package Overview
Dependencies
Maintainers
4
Versions
131
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@oclif/example-plugin-ts

example dxcli plugin in typescript

latest
Source
npmnpm
Version
1.10.6
Version published
Weekly downloads
164
62.38%
Maintainers
4
Weekly downloads
 
Created
Source

@oclif/example-plugin-ts

example dxcli plugin in typescript

oclif Version CircleCI Appveyor CI Codecov Downloads/week License

  • Usage
  • Commands

Usage

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

Commands

oclif-example hello [FILE]

describe the command here

USAGE
  $ oclif-example hello [FILE]

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

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

See code: src/commands/hello.ts

Keywords

oclif-plugin

FAQs

Package last updated on 14 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