# 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 [options] Command List: > help: Show command line help. Write ` labp help ` > 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 ``` ## Feedback Have a question and need feedback? - [Github issuses](https://github.com/colinin/abp-next-admin/issuses)