Add stubs for the project documentation (#5135)

@ibraheemdev is going to do some work on these, I just sketched out some
parts to try to understand how things will fit together.
This commit is contained in:
Zanie Blue 2024-07-16 18:02:54 -04:00 committed by GitHub
parent 426736f7ed
commit 177bbaa8c0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 89 additions and 3 deletions

View file

@ -1 +1,32 @@
# Creating a project
# Working on projects
## Creating a new project
```
uv init
```
### Working on an existing project
<!-- What makes a project compatible with uv commands? What are my alternatives? -->
## Running commands
```
uv run
```
## Managing dependencies
```
uv add
```
```
uv remove
```
## Next steps
See the [projects concept](../projects.md) documentation for more details on projects.