Files
tldr/pages.zh/common/pixi.md

32 lines
508 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# pixi
> 项目的开发工作流程和环境管理。
> 更多信息:<https://pixi.sh>。
- 初始化一个新项目:
`pixi init {{path/to/project}}`
- 添加项目依赖:
`pixi add {{dependency1 dependency2 ...}}`
- 在项目环境中启动一个 pixi shell
`pixi shell`
- 在项目环境中运行任务:
`pixi run {{task}}`
- 管理项目环境中的任务:
`pixi task {{command}}`
- 打印帮助信息:
`pixi {{command}} --help`
- 清理环境和任务缓存:
`pixi clean`