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.