Skip to content
atarashi
Documentation menu

Atarashi documentation

The user-facing guide to Atarashi: how to use the CLI, what the blueprints do, and how to author your own.

Start here

Reference

Guides

  • Recipes: add auth to an existing project, use it in CI, fork a blueprint, standardise a team's stack.
  • Troubleshooting and FAQ: what an error means and what to do about it.

Extending it

Generated pages

cli.md, blueprints.md, presets/ and every blueprint's own README are generated from the thing they describe (the binary's help output, the manifests, and real generation plans), so they cannot drift:

pnpm build:docs      # regenerate
pnpm check:docs      # fail if they are out of date

Part of the atarashi documentation, written and maintained by Gautam Suthar.