You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1.2 KiB
1.2 KiB
Extension tool set based on abp cli
Provides quick creation of template projects, JavaScript library commands and more.
Getting started
dotnet tool install --global LINGYUN.Abp.Cli
Usage
Usage:
labp <command> <target> [options]
Command List:
> help: Show command line help. Write ` labp help <command> `
> create: Generate a new solution based on the customed ABP startup templates.
> generate-proxy: Generates client service proxies and DTOs to consume HTTP APIs.
> generate-view: Generate the view code from the http api proxy.
To get a detailed help for a command:
labp help <command>
Features
- Support for generating TypeScript client proxy code
- Axios HTTP client
- Vben Admin integration
- UniApp integration
- Support for generating Flutter client proxy code
- Dio HTTP client
- REST service integration
- Support for generating view code
- Vben Admin view templates
- Flutter GetX view templates
- Custom ABP startup templates
Feedback
Have a question and need feedback?