next-forge icon indicating copy to clipboard operation
next-forge copied to clipboard

Convert repository to a template

Open outslept opened this issue 1 year ago • 0 comments

The repository is designed as a boilerplate and starting point for launching new SaaS app as quickly as possible, but it's not currently set up as an official GitHub template repository. This makes it slightly 🤏 less convenient for users to quickly start new projects based on this boilerplate.

I propose converting this repository into an official GitHub template repository. This would allow users to easily create new repositories with the same directory structure and files as this project with just a few clicks.

Docs for this: https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-template-repository#creating-a-template-repository

For excluding certain folders & files we can try JetBrains approach: https://github.com/JetBrains/intellij-platform-plugin-template/blob/deb171483598ee8a5d7621154db880e87b4db4ef/.github/workflows/template-cleanup.yml

outslept avatar Nov 17 '24 09:11 outslept