Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gharga

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gharga

A CLI GH-Actions-Readme-Generator

  • 1.0.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

Github Actions README CLI-generator

Generate Github actions and workflow documentation.

Usage

Install the cli

npm install gharga

Get help (gharga --help)

Usage: gharga [options] <workflow>

A CLI GH-Actions-Readme-Generator

Arguments:
  workflow           Workflow file

Options:
  -v, --version      output the version number
  -o, --output-file  path where to write the output file
  -h, --help         display help for command

Render Readme file for a workflow

To generate a documentation for .github/workflows/01-with-choice.yaml, run the following command

gharga .github/workflows/01-with-choice.yaml

This will render the following

# 01-Example: Another action with choices

## Usage

### Dispatch

| Name        | Type   | Description                                                                   | Required  | default     | deprecationMessage |
| ----------- | ------ | ----------------------------------------------------------------------------- | --------- | ----------- | ------------------ |
| **isNight** | choice | I will say good night if this value is set to "yes" (possible values: yes,no) | **true**  | *``*        | -                  |
| **name**    | string | Name to greet                                                                 | **false** | *`Octocat`* | -                  |

License

MIT

FAQs

Package last updated on 18 Apr 2024

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