Inspect
Review files, dependencies, config, and any included notes.
Getting started
Clone the repository, browse the available templates, copy the one that matches your project, then customize and test it before building on top.

git clone https://github.com/Nerdy-Technician/Boiler-Plates.git
cd Boiler-PlatesBrowse the repository and choose the template closest to what you are building. Then copy it into your project folder.
cp -r path/to/template /path/to/your/projectReview files, dependencies, config, and any included notes.
Update project names, package metadata, paths, variables, and placeholders.
Run the template locally and confirm it behaves before adding new work.
Remove unused files or dependencies so the copied template stays lean.
Make an initial commit after setup so your future changes are easy to review.
Open an issue or pull request when a template can be improved for everyone.