Kodify.CLI 0.0.1

dotnet tool install --global Kodify.CLI --version 0.0.1
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local Kodify.CLI --version 0.0.1
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Kodify.CLI&version=0.0.1
                    
nuke :add-package Kodify.CLI --version 0.0.1
                    

Kodify CLI

A powerful command-line interface tool that streamlines development workflows by automating common tasks and generating various types of documentation and infrastructure code.

Features

  • Changelog Generation: Automatically generate changelogs for your projects
  • README Generation: Create standardized README files
  • CI/CD Pipeline Generation:
    • GitHub Actions workflows
    • GitLab CI pipelines
    • Azure DevOps pipelines
  • Infrastructure as Code:
    • Terraform configurations
    • AWS CloudFormation templates
  • Documentation:
    • PlantUML diagrams

Installation

Prerequisites

  • .NET 8.0 SDK or later

Install via .NET Tool

dotnet tool install --global Kodify.CLI

Usage

kodify [command] [options]

Available Commands

  • generate-changelog: Generate a changelog from your git history
  • generate-readme: Create a standardized README file
  • github-actions: Generate GitHub Actions workflow files
  • gitlab-ci: Generate GitLab CI pipeline configurations
  • azure-devops: Generate Azure DevOps pipeline definitions
  • terraform: Generate Terraform configuration files
  • cloudformation: Generate AWS CloudFormation templates
  • puml: Generate PlantUML diagrams

For detailed information about each command, use:

kodify [command] --help

License

This project is licensed under the terms of the license included in the repository. See the LICENSE file for details.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last Updated
0.0.1 270 2/25/2025
0.0.1-dev-0006 208 2/25/2025
0.0.1-dev-0005 190 2/25/2025
0.0.1-dev-0004 199 2/25/2025
0.0.1-dev-0003 246 2/25/2025
0.0.1-dev-0002 203 2/25/2025
0.0.1-dev-0001 213 2/25/2025