Skip to content

personball/Abp-CLI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Abp-CLI

ABP Command Line Tool.

Install

dotnet tool install -g AbpTools

Usage

abplus init 

HelpText

$> abplus --help
1.0.1

Usage: abplus [options] [command]

Options:
--version  Show version information
--help     Show help information

Commands:
init       init a project from project template

Run 'abplus [command] --help' for more information about a command.

PS personball> abplus init --help
init a project from project template

Usage: abplus init [options]

Options:
--help              Show help information
-T|--template-name  TemplateName <GithubUserName>/<RepoName>[@<ReleaseTag>],default as 'aspnetboilerplate/module-zero-core-template@latest'.
-h|--place-holder   PlaceHolder in project template,default as 'AbpCompanyName.AbpProjectName'.
-n|--project-name   Your project name, default as 'AbpDemo'.
-m                  Is this project a Multi-Pages Application? Default as false.
-t|--spa-type       Choose 'vue' for vuejs or 'ng' for angularjs or 'react' for reactjs. Any invalid value will be replaced by 'vue'.
-b                  Rename Backup

More features todo

  1. SubCommand abplus add for code scaffold.
  2. Other SubCommand.
  3. Need a stable Project Template Zip File Repository, it is base on github releaes api with Rate Limit.

MIT