19 changed files with 54 additions and 13 deletions
@ -0,0 +1,34 @@ |
|||||
|
# Extension tool set based on abp cli |
||||
|
|
||||
|
Provides quick creation of template projects, JavaScript library commands and more. |
||||
|
|
||||
|
## Getting started |
||||
|
|
||||
|
```shell |
||||
|
dotnet tool install --global LINGYUN.Abp.Cli |
||||
|
``` |
||||
|
|
||||
|
## Usage |
||||
|
|
||||
|
```shell |
||||
|
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> |
||||
|
``` |
||||
|
|
||||
|
## Feedback |
||||
|
|
||||
|
Have a question and need feedback? |
||||
|
|
||||
|
- [Github issuses](https://github.com/colinin/abp-next-admin/issuses) |
||||
Loading…
Reference in new issue