Skip to content

Commit

Permalink
feat(nx-python): add support for UV project generation and testing
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasvieirasilva committed Dec 13, 2024
1 parent e045334 commit eb853d4
Show file tree
Hide file tree
Showing 39 changed files with 7,026 additions and 363 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@
"prompts": "^2.4.2",
"semver": "^7.5.3",
"tslib": "^2.3.0",
"uuid": "^9.0.1"
"uuid": "^9.0.1",
"wildcard-match": "^5.1.3"
},
"config": {
"commitizen": {
Expand Down
5 changes: 5 additions & 0 deletions packages/nx-python/generators.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@
"schema": "./src/generators/poetry-project/schema.json",
"description": "Python Poetry Project"
},
"uv-project": {
"factory": "./src/generators/uv-project/generator",
"schema": "./src/generators/uv-project/schema.json",
"description": "Python UV Project"
},
"release-version": {
"factory": "./src/generators/release-version/release-version",
"schema": "./src/generators/release-version/schema.json",
Expand Down
3 changes: 2 additions & 1 deletion packages/nx-python/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"lodash": "^4.17.21",
"@nx/devkit": "^20.0.0",
"ora": "5.3.0",
"semver": "^7.5.3"
"semver": "^7.5.3",
"wildcard-match": "^5.1.3"
},
"nx-migrations": {
"migrations": "./migrations.json"
Expand Down
Loading

0 comments on commit eb853d4

Please sign in to comment.