Crates.io | gh-form |
lib.rs | gh-form |
version | 0.1.4 |
source | src |
created_at | 2023-04-28 19:40:02.748065 |
updated_at | 2023-05-05 18:49:07.378256 |
description | Local previewer for GitHub issue forms |
homepage | |
repository | https://github.com/yudai-nkt/gh-form |
max_upload_size | |
id | 851669 |
size | 191,374 |
Don't let malformed issue forms pushed to GitHub
gh-form allows you to locally preview YAML-formatted issue forms as HTML.
There are several ways to install gh-form depending on which toolchain you are using.
gh-form is available as a GitHub CLI extension:
gh extension install yudai-nkt/gh-form
gh-form is also available on crates.io:
cargo install gh-form
Download a binary from GitHub Releases and put it in your PATH.
USAGE:
gh-form <SUBCOMMAND>
OPTIONS:
-h, --help Print help information
-V, --version Print version information
SUBCOMMANDS:
help Print this message or the help of the given subcommand(s)
preview Start a local server to preview issue form
This repository is licensed under the MIT License. See LICENSE.md for details.