You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+25-7Lines changed: 25 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,8 @@
3
3
**BootstrapCLI** is a CLI tool that scaffolds production-ready Golang projects — no dependency headaches, no manual setup.
4
4
Just run a command and get a fully configured project with linters, routers, and structure ready to code.
5
5
6
+
> Note: This is my first OSS project, I want to make a CLI tool(maybe webUI) which is not just generator tool which only generate go code, but it will help developers to follow best practices, and assist during the project development. In future versions of the project i will add AI which will help developer to assist during their development and help in debugging + fixing error. I am adding AI not to generate code in there project but for assisting purpose only.
7
+
6
8
* * *
7
9
## Installation
8
10
@@ -107,9 +109,6 @@ Create a new project using yaml file configurations
107
109
**BootstrapCLI** automates all that.
108
110
You focus on business logic — it handles the rest.
109
111
110
-
> Note: This is my first OSS project, I want to make a CLI tool(maybe webUI) which is not just generator tool which only generate
111
-
> go code, but it will help developers to follow best practices, and assist during the project development. In future versions of the project i will add AI which will help developer to assist during their development and help in debugging + fixing error. I am adding AI not to generate code in there project but for assisting purpose only.
112
-
113
112
* * *
114
113
115
114
## Roadmap
@@ -123,15 +122,34 @@ You focus on business logic — it handles the rest.
123
122
124
123
## Contributing
125
124
126
-
Contributions, feedback, and ideas are welcome!
127
-
Feel free to open an issue or PR on [GitHub](https://github.com/upsaurav12/bootstrap).
125
+
Contributions, feedback, and ideas are welcome.
126
+
127
+
If you would like to contribute:
128
+
129
+
- Open an issue to report bugs or suggest features
130
+
131
+
- Submit a pull request with clear context and rationale
132
+
133
+
Please ensure that:
128
134
129
-
Hope you like this project.
135
+
- Code changes are well-structured and documented
136
+
137
+
- New features include appropriate tests where applicable
138
+
139
+
- Existing functionality is not broken
140
+
141
+
You can get started by visiting the project repository on GitHub:
142
+
https://github.com/upsaurav12/bootstrap
143
+
144
+
If you find this project useful, consider giving it a star ⭐ — it helps with visibility and continued development.
0 commit comments