pixi, pixi-{config,global,project,task}: add page (#13249)

This commit is contained in:
Gin
2024-07-11 03:19:55 +05:30
committed by GitHub
parent 5bb7f0a295
commit 78bc958905
5 changed files with 128 additions and 0 deletions

32
pages/common/pixi.md Normal file
View File

@@ -0,0 +1,32 @@
# pixi
> Developer Workflow and Environment Management for projects.
> More information: <https://pixi.sh>.
- Initialize a new project:
`pixi init {{path/to/project}}`
- Add project dependencies:
`pixi add {{dependency1 dependency2 ...}}`
- Start a pixi shell in the project environment:
`pixi shell`
- Run a task in the project environment:
`pixi run {{task}}`
- Manage tasks in the project environment:
`pixi task {{command}}`
- Print the help message:
`pixi {{command}} --help`
- Clean environment and task cache:
`pixi clean`