Skip to content

Commit 85afaba

Browse files
authored
Update README.md
1 parent 3b72e69 commit 85afaba

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
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.
44
Just run a command and get a fully configured project with linters, routers, and structure ready to code.
55

66
* * *
7-
## 📦 Installation
7+
## Installation
88

99
Install 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

7171
Developers 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

9494
Contributions, feedback, and ideas are welcome!
9595
Feel 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

103103
Licensed under the **MIT License** © 2025 [Saurav Upadhyay](https://github.com/upsaurav12)
104104

0 commit comments

Comments
 (0)