mirror of
https://git.freebsd.org/ports.git
synced 2025-05-06 19:06:44 -04:00
Pipelight is a Rust based small cli tool to be used from inside a terminal. * Define pipelines using typescript, toml, hcl and yaml. * Trigger on events: git hooks, file changes...
9 lines
121 B
Text
9 lines
121 B
Text
[
|
|
{ type: install
|
|
message: <<EOM
|
|
For .ts (typescript pipelines), please install deno:
|
|
|
|
pkg install www/deno
|
|
EOM
|
|
}
|
|
]
|