Skip to content

Templates

A set of templates to help jump off from when building out new tools.

  • 🧱 base-template – Lean project starter with batteries includedβ€”perfect for any stack.
  • πŸ”§ node-template – Production-ready boilerplate with best practices and automation.
  • πŸ–₯ cli-template – Modern scaffold for building polished Node.js CLIs with zero friction.
  • βš›οΈ react-template – Clean, scalable boilerplate with modern tooling and dev ergonomics.
  • πŸ”₯ nextjs-template – Full-featured Next.js starter with TypeScript, testing, and CI/CD built in.
  • 🧩 monorepo-template – Scalable with TypeScript, workspaces, and automated releases.

πŸ“¦ Installation

The following pattern will generate a new repo based upon the provided template; swap out <template> for anyone of the templates listed below.

https://github.com/new?template_name=<template>&template_owner=theholocron

πŸ“ Note: After cloning, make sure to run the bootstrap command to replace the template name and set up your project properly.