Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itk-dev/gh-itkdev
https://github.com/itk-dev/gh-itkdev
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/itk-dev/gh-itkdev
- Owner: itk-dev
- Created: 2024-03-31T08:34:04.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-11-07T08:47:54.000Z (12 days ago)
- Last Synced: 2024-11-07T09:38:36.846Z (12 days ago)
- Language: Go
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# gh-itkdev
[GitHub CLI](https://docs.github.com/en/github-cli) extension for ITK Development.
## Installation
```shell
gh extension install rimi-itk/gh-itkdev
```**Note**: This may not (yet) work (cf. ) and you
may have to [install from source](#installing-from-source).### Installing from source
Assuming [Go is installed](https://go.dev/doc/install), you can [install from
source](https://cli.github.com/manual/gh_extension_install) by running``` shell
git clone https://github.com/rimi-itk/gh-itkdev /tmp/gh-itkdev
cd /tmp/gh-itkdev
task build
gh extension install .
```## Usage
### `changelog`
Manage changelog based on [keep a changelog](https://keepachangelog.com/en/1.1.0/):
```shell
gh itkdev changelog --help
```Create changelog:
```shell
gh itkdev changelog --create
```Update changelog for a pull request:
```shell
gh itkdev changelog --fucking-changelog
```Update changelog for a release (`«tag»`):
```shell
gh itkdev changelog --release «tag»
```## Development
``` shell
task --list-all
```