A modern template with pre-configured tools, best practices, and CI/CD setup for rapid application development.
Use the Holocron CLI to scaffold a new repo. It clones the template, renames all placeholder references, and runs holocron setup in one step:
npx @theholocron/cli new base my-library \
--description "My library description" \
--homepage "https://my-library.example.com" \
--agent claudeThis will:
- Create
theholocron/my-libraryfrom this template on GitHub - Replace all
base-templatereferences withmy-librarythroughout the repo - Run
pnpm install - Run
holocron setupto configure branch protection, labels, workflows, and repo settings