Skip to content

flarebyte/baldrick-broth

Repository files navigation

baldrick-broth

npm Build status npm bundle size

npm type definitions node-current NPM

Experimental

Build automation tool and task runner

Take your developer workflow to the next level with a custom CLI with relevant documentation for running your task

Hero image for baldrick-broth

Highlights:

  • Automate tasks such as testing, scaffolding, minification, and compilation of code.
  • Reduce the amount of time needed to set up new projects
  • YAML configuration with json-schema allowing code assistance in the editor (eg. visual studio code).
  • Provide clear documentation for each step of a project build
  • Ensure that documentation is always up-to-date and available in the CLI
  • Run certain tasks only if certain conditions are met
  • Allow developers to define their own model for their project
  • Provide an easy way for developers to provide interactive input when running a task

Example of baldrick-broth usage

Documentation and links

Related

Installation

This package is ESM only.

yarn global add baldrick-broth
baldrick-broth --help

Or alternatively run it:

npx baldrick-broth --help

If you want to tun the latest version from github. Mostly useful for dev:

git clone git@github.com:flarebyte/baldrick-broth.git
yarn global add `pwd`