Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.14 KB

README.md

File metadata and controls

37 lines (26 loc) · 1.14 KB

vz project templates

backend

abp.io

microservice:

BaseOn:

abp new CompanyName.ProjectName -dbms PostgreSQL --tiered --theme basic -csf
abp new CompanyName.ProjectName.ModuleName -t module --no-ui 

Usage

git clone https://github.com/personball/vz-abp.git
cd vz-abp

dotnet tool install vz-generator -g
vz rn CompanyName.ProjectName -r CompanyName=VZero -r ProjectName=Demo -o .
vz rn CompanyName.ProjectName.ModuleName -r CompanyName=VZero -r ProjectName=Demo -r ModuleName=IM -o .

设置 Git Hook 以统一提交日志格式便于自动生成更新日志

Auto tag and generate changelog.md by commit-and-tag-version conventional commits

./set-git-hook.sh # For windows can be executed in git-bash
npm i -g commit-and-tag-version # https://github.com/absolute-version/commit-and-tag-version#bumpfiles-packagefiles-and-updaters
commit-and-tag-version # --frist-release 

config .versionrc follow: conventional-changelog-config-spec