EasyAbp / AbpHelper.CLI

Providing code generation and more features to help you develop applications and modules with the ABP framework.
MIT License
283 stars 95 forks source link

Add template path configuration parameters #227

Open blackWins opened 1 year ago

blackWins commented 1 year ago

Specifies that the directory structure of path must be consistent with this structure

Test Steps:

  1. Copy a copy of the current folder templates
  2. Modify the template you need to adjust
  3. Use commands abphelper generate crud Todo -d C:\MyTodo -template-path C:\MyTemplatesCopy