New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@estruyf/vscode-cli

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@estruyf/vscode-cli

VS Code CLI to help you with extension development and documentation

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
5
increased by400%
Maintainers
1
Weekly downloads
 
Created
Source

VS Code CLI

A VS Code CLI to help you with exporting the contribution points to Markdown. The CLI helps you with documenting all commands and settings of your extension.

Installation

Installation from npm

npm i -g @estruyf/vscode-cli

Usage

vsc <commands> <task> [options] 

Commands

  • commands: List all available commands as Markdown output.
  • settings: List all available settings as Markdown output.

Tasks

  • add: Add a new command or setting.
  • export: Export all commands or settings.
  • sort: Sort all commands or settings.

Options

Export option(s)
  • --heading, -h: Specify a heading level for the output. DEFAULT: 2
Command add option(s)
  • --name, -n: Specify the name of the command. REQUIRED
  • --title, -t: Specify the title of the command.
  • --category, -c: Specify the title of the command.
Setting add option(s)
  • --name, -n: Specify the name of the setting. REQUIRED
  • --type: Specify the type of the setting.
  • --description: Specify the description of the setting.

Examples

$ vsc commands

## Command category: title

- ID: `command id`
$ vsc settings --heading 2

## Setting

Markdown description || description

- Type: `type`
- Default: `default`
$ vsc commands add --name <id of the command> --title <title of the command> --category <category of the command>
$ vsc settings add --name <id of the setting>

License

MIT License

Visitors

FAQs

Package last updated on 01 Feb 2022

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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc