logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Pixi Task - Manage Project Tasks | Online Free DevTools by Hexmos

Manage project tasks easily with Pixi Task. Automate workflows and streamline development using simple commands. Free online tool, no registration required.

pixi-task

Manage tasks in the project environment. More information: https://pixi.sh/latest/reference/cli/#task.

  • Create a new task:

pixi task add {{task_name}} {{task_command}}

  • List all tasks in the project:

pixi task list

  • Remove a task:

pixi task remove {{task_name}}

  • Create an alias for a task:

pixi task alias {{alias_name}} {{task1 task2 ...}}

See Also