🚀 DAY 3 OF LAUNCH WEEK: Introducing Webhook Events for Pull Request Scans.Learn more →
Socket
Book a DemoInstallSign in
Socket

@plushveil/cli_from_jsdoc

Package Overview
Dependencies
Maintainers
0
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@plushveil/cli_from_jsdoc

Create a CLI from a JSDoc annotated JavaScript file

latest
npmnpm
Version
0.0.10
Version published
Maintainers
0
Created
Source

CLI from JSDoc

Create a CLI from a JSDoc annotated JavaScript file

Installation

npm install cli_from_jsdoc

Usage

Add the following to your package.json:

{
  "bin": {
    "<command name>": "./node_modules/.bin/cli_from_jsdoc"
  }
}

The cli_from_jsdoc executable will look for a package.json in the current directory and will generate a CLI based on the JSDoc comments in the main file.

FAQs

Package last updated on 27 Feb 2025

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