1- # ⚡ Go Bootstrapper
1+ # Go Bootstrapper
22
33** Go Bootstrapper** is a CLI tool that scaffolds production-ready Golang projects — no dependency headaches, no manual setup.
44Just run a command and get a fully configured project with linters, routers, and structure ready to code.
55
66* * *
7- ## 📦 Installation
7+ ## Installation
88
99Install globally using ` go install ` :
1010
@@ -32,10 +32,10 @@ bootstrap new myapp --type=rest --router=gin --db=postgres
3232
3333* * *
3434
35- ## 📁 Example Project Structure
35+ ## Example Project Structure
3636
3737```
38- 📦 myapp/
38+ myapp/
3939├── Makefile
4040├── README.md
4141├── cmd/
@@ -55,7 +55,7 @@ bootstrap new myapp --type=rest --router=gin --db=postgres
5555
5656* * *
5757
58- ## ⚙️ CLI Options
58+ ## CLI Options
5959
6060| Flag | Description | Example |
6161| --- | --- | --- |
@@ -66,7 +66,7 @@ bootstrap new myapp --type=rest --router=gin --db=postgres
6666
6767* * *
6868
69- ## 💡 Why Go Bootstrapper?
69+ ## Why Go Bootstrapper?
7070
7171Developers often waste time repeating setup tasks — creating folders, configuring routers, writing Makefiles, adding linters, etc.
7272
@@ -79,7 +79,7 @@ It’s like:
7979
8080* * *
8181
82- ## 🛣️ Roadmap
82+ ## Roadmap
8383
8484* Add ` --with-auth ` flag for JWT + middleware setup
8585* ` add ` command to make CLI tool more extensible to generate `` service `` , `` handlers `` , `` controllers `` .
@@ -89,7 +89,7 @@ It’s like:
8989
9090* * *
9191
92- ## 🤝 Contributing
92+ ## Contributing
9393
9494Contributions, feedback, and ideas are welcome!
9595Feel free to open an issue or PR on [ GitHub] ( https://github.com/upsaurav12/bootstrap ) .
@@ -98,7 +98,7 @@ Consider star the project 🙏
9898
9999* * *
100100
101- ## 📄 License
101+ ## License
102102
103103Licensed under the ** MIT License** © 2025 [ Saurav Upadhyay] ( https://github.com/upsaurav12 )
104104
0 commit comments