Browse Source

Update 'README.md'

天问 1 year ago
parent
commit
ba152e3987
1 changed files with 11 additions and 0 deletions
  1. 11 0
      README.md

+ 11 - 0
README.md

@@ -1,2 +1,13 @@
 # copier
+根据 github 模板,创建python项目
+
+## Usage
+
+```
+pip install copier
+
+# 根据模板创建项目
+copier copy https://github.com/tiangolo/full-stack-fastapi-template my-awesome-project --trust
+```
+