LinuxCommandLibrary

kool

Build software development environments from the command-line.

TLDR

Create a project using a specific preset

$ kool create [preset] [project_name]
copy


Run a specific script defined in the kool.yml file in the current directory
$ kool run [script]
copy


Start/stop services in the current directory
$ kool [start|stop]
copy


Display status of the services in the current directory
$ kool status
copy


Update to the latest version
$ kool self-update
copy


Print the completion script for the specified shell
$ kool completion [bash|fish|powershell|zsh]
copy

Copied to clipboard