Skip to content

cvdg/tdbc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tdbc / toadback

Continuous Integration

pdm-managed

pdm

brew install pdm

Project init

$ mkdir ${PRJ_DIR}
$ cd ${PRJ_DIR}
$ pdm init
$ git init
$ git add -A
$ git commit -m "first commit"
$ git branch -M main
$ git remote add origin git@github.com:cvdg/${PRJ}.git
$ git push -u origin main