0.0.2 ⢠Published 2 years ago
gitdt v0.0.2
git-download-template
š A plugin - download template projects by using git
Installation
First install the gitdtin the global environment.
pnpm i -g gitdtStart gitdt.
gitdtCommand
add šŖ
Add your template repository to the list of remote repositories.
gitdt add <repositoryName>clone š¤
Clone your template repository locally by clone command.
gitdt clone <repositoryName>del š
Delete the remote repository templates you don't need.
gitdt del <repositoryName>options
list š§
View your local remote repository template.
gitdt --list
# or
gitdt -lIf you forget the relevant instructions, you can view the relevant instructions through gitdt -help.
In Development
Create š
Create project templates in the local environment.