devrc

Easy to use task runner on steroids written in Rust 🦀 (by devrc-hub)

Devrc Alternatives

Similar projects and alternatives to devrc

  • just

    3 devrc VS just

    🤖 Just a command runner

  • rab

    Rusty Armor Builds - Monster Hunter Rise Armor Set Creation Tool

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

  • cargo-make

    Rust task runner and build tool.

  • erdtree

    - devrc VS erdtree

    A modern, cross-platform, multi-threaded, and general purpose filesystem and disk-usage utility that is aware of .gitignore and hidden file rules.

  • mask

    - devrc VS mask

    🎭 A CLI task runner defined by a simple markdown file

  • Task

    1 devrc VS Task

    A task runner / simpler Make alternative 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.

  • Nake

    Magic script-based C# task runner for .NET Core

  • yamlfun

    [Proof of Concept] Embedded functional scripting language with YAML ¯\_(ツ)_/¯

  • sqript

    - devrc VS sqript

    Discontinued Sqript is an npm package that helps code and execute scripts with JavaScript. Its goal is to make development workflows descriptive, composable, and maintainable. (by joaomelo)

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better devrc alternative or higher similarity.

devrc reviews and mentions

Posts with mentions or reviews of devrc. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-27.
  • Automate your Python project with Makefile (2021)
    3 projects | news.ycombinator.com | 27 Mar 2023
    I have been using Makefile for over 10 years in all of my projects, and here are some features I've always found lacking in Makefile:

    1. There is no way to display documentation for commands and accepted parameters. Yes, you can write a special task that will display comments, but you have to copy it from project to project.

    2. The need to pass named parameters when calling tasks. I want to write `make serve localhost 3000` instead of `make serve bind=localhost port=3000`

    3. I've always had the need in different projects to use the same commands, so I had to copy tasks from project to project. I need a central place with commands that I can apply to any project.

    4. The ability to write tasks in different languages. In some cases, it's easier to write in Python or TypeScript/Deno.

    5. And most importantly, it is difficult to write commands in Makefile that can be used in different environments. For example, I need to run commands on different groups of servers: production and staging. This could look like: `make production TASK1 TASK2` or `make stage TASK1 TASK2`. In other words, the production/stage task sets up the parameters for executing tasks in a specific environment. It might be possible to call commands in this way with Makefile, but it seems too complicated.

    As a result, I decided to write my own utility for task automation: https://github.com/devrc-hub/devrc

    It solves all of the above problems and has other interesting features and also written in Rust .

  • devrc: task automation tool for developers written in Rust
    6 projects | /r/rust | 4 Mar 2021
    devrc have different execution model than just. Just run every recipe line by a new shell instance. In devrc you can use list for [https://github.com/devrc-hub/devrc/blob/master/examples/demo_1.yml#L53](similar behaviour).
    6 projects | /r/rust | 4 Mar 2021
    I create some examples with loops and filters:
    6 projects | /r/rust | 4 Mar 2021
  • A note from our sponsor - WorkOS
    workos.com | 28 Mar 2024
    The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning. Learn more →

Stats

Basic devrc repo stats
8
62
6.3
2 months ago

devrc-hub/devrc is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of devrc is Rust.

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com