From 46e7817b90d646e4c450d74213fffbb57c32608d Mon Sep 17 00:00:00 2001 From: Subhanshu Mohan Gupta <53417895+SubhanshuMG@users.noreply.github.com> Date: Mon, 23 Mar 2026 14:04:32 +0530 Subject: [PATCH] Add forgekit to Program templates and boilerplate section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ca9f774..b418d43b 100644 --- a/README.md +++ b/README.md @@ -1723,6 +1723,7 @@ Utilities that generate licenses, documentation structure (README files), projec * [clog](https://github.com/clog-tool/clog-cli) - Creates a changelog automatically from local git metadata. * [contributing-generator](https://github.com/friedrith/contributing-generator) - A generator for the CONTRIBUTING.md, README.md, LICENSE, etc. * [Cookiecutter](https://github.com/cookiecutter/cookiecutter) - A cross-platform command-line utility that creates projects from cookiecutters (project templates), e.g. Python package projects, C projects. +* [forgekit](https://github.com/SubhanshuMG/ForgeKit) - Scaffold production-ready projects for AI, DevOps, and full-stack teams with CI/CD, Docker, and tests wired from the first run. * [kickstart](https://github.com/Keats/kickstart) - Scaffolding tool to get new projects up and running quickly. * [legit](https://github.com/captainsafia/legit) - Automagically generates a LICENSE file for the current working directory that you are in or a license header for a file where applicable. * [license-up](https://github.com/nikitavoloboev/license-up) - Create a license quickly for a given name. @@ -2756,4 +2757,3 @@ make ``` `python3` is required for building. And `make`, of course. :-) -