Socket
Socket
Sign inDemoInstall

@cenk1cenk2/boilerplate-oclif

Package Overview
Dependencies
132
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @cenk1cenk2/boilerplate-oclif

Base custom boilerplate for oclif.


Version published
Weekly downloads
69
increased by6800%
Maintainers
1
Install size
4.70 MB
Created
Weekly downloads
 

Readme

Source

@cenk1cenk2/oclif-boilerplate

Description

An empty and extended oclif boilerplate.

Navigation

  • Description
  • Navigation
  • Further Development
  • Usage
  • Commands

Further Development

For further development you can clone this repository.

While developing you must use export TS_NODE=1 environment variable, since I did not want to directly extend OCLIF's classes for detecting TS-Node.

--debug enables verbose mode, while --inspect creates a new inspector.

Usage

$ npm install -g @cenk1cenk2/oclif-boilerplate
$ cenk1cenk2 COMMAND
running command...
$ cenk1cenk2 (-v|--version|version)
@cenk1cenk2/oclif-boilerplate/0.0.0 linux-x64 node-v13.12.0
$ cenk1cenk2 --help [COMMAND]
USAGE
  $ cenk1cenk2 COMMAND
...

Commands

cenk1cenk2 config

Various ways to edit default configuration.

USAGE
  $ cenk1cenk2 config

cenk1cenk2 empty [FILE]

describe the command here

USAGE
  $ cenk1cenk2 empty [FILE]

OPTIONS
  -f, --force
  -h, --help   show CLI help

cenk1cenk2 help [COMMAND]

display help for cenk1cenk2

USAGE
  $ cenk1cenk2 help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

FAQs

Last updated on 01 Dec 2021

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc