Welcome to the Codebuff community repository! This is where you'll find starter templates and showcase projects created by our community.
First, install Codebuff globally:
npm install -g codebuffUse codebuff to create a new project from a template. Templates are the names of subdirectories in /starter-templates or /showcase:
codebuff --create nextjs my-projectOR
You can also start codebuff in an existing project directory:
cd my-project
codebuffA collection of pre-configured project templates for various tech stacks. These templates provide a solid foundation for building new projects with best practices and common configurations already set up.
A curated collection of projects built by the community using Codebuff. Get inspired by what others have created!
We'd love to see what you build with Codebuff! You can contribute in two ways:
-
Add a Starter Template: Have a well-structured project setup that others might find useful? Share it as a starter template!
-
Share Your Project: Built something cool with Codebuff? Open a PR with a submodule linking to your public repo (if you don't know what that means, ask Codebuff to do it for you). Help us inspire others!
To contribute:
- Fork this repository
- Add your project to either
/starter-templatesor/showcase. For showcase projects, you can either:- Copy your project files directly into the showcase directory
- Add your GitHub repository as a git submodule in the showcase directory
- Submit a pull request
Please ensure your contribution includes clear documentation and follows our existing structure.
This repository is MIT licensed. See LICENSE for details.