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

Control Development Environments - Kool | Online Free DevTools by Hexmos

Control software development environments with Kool. Build, run, and manage your development stack with ease using this command-line tool. Free online tool, no registration required.

kool

Build software development environments. More information: https://kool.dev/docs/commands-reference/kool.

  • Create a project using a specific preset:

kool create {{preset}} {{project_name}}

  • Run a specific script defined in the kool.yml file in the current directory:

kool run {{script}}

  • Start/stop services in the current directory:

kool {{start|stop}}

  • Display status of the services in the current directory:

kool status

  • Update to the latest version:

kool self-update

  • Print the completion script for the specified shell:

kool completion {{bash|fish|powershell|zsh}}

See Also