TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Runny Is an Alternative to Makefiles

3 pointsby s1mn10 months ago
Using GNU make to run tasks in 2024 made me sad, so I wrote a thing. There are other things like it, but this one is mine. I&#x27;d love you to check it out!<p>* Simple YAML syntax (inspired by Github Actions) * Full schema validaton == autocomplete in your favourite code editor * Build workflows through composition with needs and then * Run steps conditionally with if

2 comments

pmig10 months ago
I personally see less and less Makefiles in newer projects, but I also never saw a repository migrating away from a Makefile as it probably has many usages across different use cases like CI &#x2F; CD and local build tooling.
vednig10 months ago
This seems nice for medium sized projects that usually have few dependency and want to provide seamless developer experience.