Perigon.CLI 10.1.0

dotnet tool install --global Perigon.CLI --version 10.1.0
                    
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 Perigon.CLI --version 10.1.0
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Perigon.CLI&version=10.1.0
                    
nuke :add-package Perigon.CLI --version 10.1.0
                    

Perigon.CLI

perigon

Perigon.CLI is an fast development assistance tool that helps you quickly build front-end and back-end services based on Aspire/AspNetCore/EF Core. It provides command line, WebUI and MCP Server. In the well-designed project architecture after actual combat, it reduces various template codes through code generation and LLM technology, and intelligently generates simple business implementation logic, which greatly improves development efficiency and improves development experience!

It is provided as a dotnet command-line tool and also supports a Web UI and MCP Server.

🚀 Features

  • Seamless integration for perigon.templates templates (ASP.NET Core projects)

    • Start by creating a new solution or adding an existing project
    • Intelligently generate DTO files, including common DTOs such as add, update, query, list, etc.
    • Intelligently generate data operations and business logic implementations, including common add, update, and filter functions
    • Generate controller interfaces, etc.
  • Provide command line tools to quickly generate client request code, including

    • Csharp HttpClient request service
    • Angular HttpClient request service
    • Axios request service
  • Provide a Web UI interface to manage and maintain multiple projects and provide more comprehensive functions

    • Include all the functions of the command line tool
    • Custom code generation steps and content (through Razor templates), custom generated content
  • Provide MCP services to support Agent mode in various editors

Support for ASP.NET Core

The command-line tool can assist developers in generating common code templates based on entity models (.cs files), including:

  • DTO files, such as create, update, query, list DTO files
  • Repository files, data repository layer code
  • Controller files
  • Protobuf files
  • Client request services

Support for Typescript

For the frontend, it can generate the necessary code (.ts) for requests based on swagger OpenAPI's JSON content, including:

  • Request services, xxx.service.ts
  • Interface models, xxx.ts

Support for other projects

You can add other web project types, such as JAVA, Python, Go, etc., and you can get:

  • Manage OpenAPI documents to generate client code.
  • Customize code generation steps and content (via Razor templates).

Project Template Support

You can use the perigon.templates project template, which is recommended for use in conjunction!

Install

Install dotnet tool

Use the dotnet tool command to install:

dotnet tool install --global perigon.cli

You can check the latest version on nuget!

Usage

⭐ Using the Graphical Interface

Start the UI interface with one command!

perigon studio

This command will automatically open the browser page, the port is 19160.

The studio also provides MCP Server, its address is: http://localhost:19160/mcp.

The default port is 19160, if it is occupied, 9160 will be used.

Using the Command Line

You can use perigon --help to view command help information.

Or use perigon [command] --help to view specific command help information.

Documentation

Official Document

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  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
10.1.0 22 1/28/2026
10.0.6 83 1/17/2026
10.0.5 83 1/13/2026
10.0.4 84 1/12/2026
10.0.3 83 1/11/2026
10.0.2 88 1/9/2026
10.0.1 92 1/4/2026
10.0.0 95 12/28/2025

1. module pack and install command.
2. some bug fix.