Install

As an HTTPS consumer (recommended)

Fetch from the deployed catalog:

curl https://prompt-atoms.com/exports/catalog.json -o catalog.json

As a git submodule of the umbrella

The atoms umbrella pins every *-Atoms catalog as a submodule. A single clone gives you all of them at known-good revisions.

git clone --recurse-submodules https://github.com/convergent-systems-co/atoms.git

As a standalone clone

git clone https://github.com/convergent-systems-co/prompt-atoms.git
cd prompt-atoms
python3 scripts/validate.py    # confirms all atoms validate
python3 scripts/build-exports.py  # regenerates exports/catalog.json

Dependencies