1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/devel/pipelight/pkg-message
Ashish SHUKLA f33ef0cff5
devel/pipelight: New port: self-hosted lightweight CI/CD pipelines
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...
2024-08-20 15:13:47 +00:00

10 lines
121 B
Plaintext

[
{ type: install
message: <<EOM
For .ts (typescript pipelines), please install deno:
pkg install www/deno
EOM
}
]