# Packages
No description provided by the author
# README
cligen
Generate CLI app skeleton
Features
Installation
go install github.com/neotoolkit/cligen/cmd/cligen@latest
Usage
.cligen.yml
name: "cli"
commands:
- name: "command"
alias: "c"
description: "command description"
cligen
Documentation
See these docs.