Install Kimbia using ...
curl -sSL https://kimbia.mwco.app/install.sh | bash
wget -qO- https://kimbia.mwco.app/install.sh | bash
irm https://kimbia.mwco.app/install.ps1 | pwsh -c -
npm install -g @mistweaverco/kimbia
yarn add --global @mistweaverco/kimbia
bun install -g @mistweaverco/kimbia
pnpm install -g @mistweaverco/kimbia
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.