Back to Beads

Starter Formulas

examples/formulas/README.md

1.0.3950 B
Original Source

Starter Formulas

Example .formula.toml files you can use as starting points.

Usage

Copy formulas to your project or user-level directory:

bash
# Project-level (available in this project only)
cp *.formula.toml /path/to/project/.beads/formulas/

# User-level (available in all projects)
cp *.formula.toml ~/.beads/formulas/

Then list and use them:

bash
bd formula list        # See available formulas
bd mol pour release --var version=1.2.0   # Pour into a molecule

Included Formulas

FormulaDescriptionUse as
feature-workflowDesign, implement, review, mergeMolecule (persistent)
releaseBump version, test, tag, publishMolecule (persistent)
quick-checkLint, test, build sanity checkWisp (ephemeral)

Creating Your Own

See the Formulas documentation for the full reference.