Show HN: Runtask – A Go-Based, Cross-Platform Task Runner

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • runtask

  • Hi HN!

    With my projects I often end up in a situation struggling with a bunch of bash, batch and script files to help me automate certain tasks. Each with their own limitations. Bash files don’t work on Windows, batch files aren’t compatible with Unix, and they tend to get messy quickly. Even when using Go for some of my automations, I still end up needing batch and bash files for certain commands.

    So, I decided to write my own solution. My requirements:

    * Easy to install

    * Minimal dependencies

    * Simple script creation

    * No need for compilation

    * Run on all my platforms

    * Support a modern programming language

    Here's what I came up with:

    https://github.com/bartdeboer/runtask

    A task runner that uses Yaegi to run Taskfile scripts written in Go.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Go: Sentinel errors and errors.Is() slow your code down by 3000%

    6 projects | news.ycombinator.com | 31 May 2024
  • How To Integrate Gmail API In Your Node.js Application

    2 projects | dev.to | 1 Jun 2024
  • Nginx Unit: open-source, lightweight and versatile application runtime

    7 projects | news.ycombinator.com | 31 May 2024
  • Ask HN: How to find subdomains and paths for a website

    1 project | news.ycombinator.com | 1 Jun 2024
  • Ubuntu上默认证书库是怎么回事

    1 project | dev.to | 1 Jun 2024