Kimbia

Kimbia

A minimal cross-platform task runner.

Install ⚡

Install Kimbia using ...

npm install -g @mistweaverco/kimbia

Configure 🔧

Configure Kimbia using a simple configuration file kimbia.yaml.

kimbia init

Usage 🐆

Run Kimbia using the tasks defined in the configuration file.

If one task fails, Kimbia will stop the execution and return the error code.

kimbia run lint test build deploy

Why? 🤔

What are the benefits of using Kimbia?

You can use Kimbia to run a series of tasks like linting, testing, building, and deploying your application.

You could also use a Makefile, bash- or npm-scripts, but Kimbia is easier to use and reason about.

Additionally, Kimbia supports dotenv files out of the box, is cross-platform, has documentation built-in and a simple and clean configuration file format.

Get involved 📦

Kimbia is open-source and we welcome contributions.

View the code, and/or check out the docs.