1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-06 23:46:00 +02:00

kool: add page (#8675)

This commit is contained in:
Axel Navarro 2022-10-02 21:38:40 -03:00 committed by GitHub
parent dce2127401
commit 77ad6b02e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

28
pages/common/kool.md Normal file
View file

@ -0,0 +1,28 @@
# kool
> Build software development environments from the command-line.
> More information: <https://kool.dev/docs/>.
- 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}}`