mastodon.gamedev.place is one of the many independent Mastodon servers you can use to participate in the fediverse.
Mastodon server focused on game development and related topics.

Server stats:

5.4K
active users

#pipelight

1 post1 participant0 posts today

Run pipelines in the terminal.

#pipelight is a cli/engine that runs pipelines in the terminal.(pssst: it's #foss 😏 and #rust 😏)

It has json AND pretty tree outputs so you can inspect every process outputs fairly quickly.🕵

Supports #yaml, #toml, #hcl, #javascript and some other languages.

#sysadmin #devops #cicd #developers
Every buzz word are there👌so you don't miss it, thk me later 😜

github.com/pipelight/pipelight

GitHubGitHub - pipelight/pipelight: Tiny automation pipelines. Bring CI/CD to the smallest projects. Self-hosted, Lightweight, CLI only.Tiny automation pipelines. Bring CI/CD to the smallest projects. Self-hosted, Lightweight, CLI only. - pipelight/pipelight

The point I have been failing to explain is that
#pipelight provides a formidable way to manage #git hooks.

It allows
**combination of events and branches!** 🤯

```
[[pipelines]]
name = "test"

[[pipelines.steps]]
name = "js tests"
commands = ["bun test"]

# See below, the hook will only run on dev and feature branches!!

[[pipelines.triggers]]
branches = ["feature-*","dev"] actions= ["pre-push", "pre-commit"]
```
#nodejs
#webdev
#devops

github.com/pipelight/pipelight

GitHubGitHub - pipelight/pipelight: Tiny automation pipelines. Bring CI/CD to the smallest projects. Self-hosted, Lightweight, CLI only.Tiny automation pipelines. Bring CI/CD to the smallest projects. Self-hosted, Lightweight, CLI only. - pipelight/pipelight

#Pipelight is aiming to be a full fledged #cicd solution, but good things take time.

First, I want the tool to be great locally! It already has:

- Formidable process management:
It collects every process output and execution time in readable tree style logs.

- Comfortable Git hook management:
Pain free #git hook definition in a uniform syntax.

This while staying as close to the kernel as possible to be light and fast thanks to #rust ecosystem.

github.com/pipelight/pipelight

GitHubGitHub - pipelight/pipelight: Tiny automation pipelines. Bring CI/CD to the smallest projects. Self-hosted, Lightweight, CLI only.Tiny automation pipelines. Bring CI/CD to the smallest projects. Self-hosted, Lightweight, CLI only. - pipelight/pipelight