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
- Apply consistent formatting to CONTRIBUTING.md
- Format docs/STACKS.md for better readability
- Fix TypeScript type formatting in ui.ts and scaffold.ts
- Ensure all files follow project code style guidelines
StackCode automatically uses the appropriate package manager:
173
+
154
174
-**npm** for Node.js-based stacks (React, Vue, Node.js)
155
175
-**pip** for Python projects
156
-
-**maven** for Java projects
176
+
-**maven** for Java projects
157
177
-**go mod** for Go projects
158
178
-**composer** for PHP projects
159
179
160
180
### Docker Support
181
+
161
182
All stacks can include Docker configuration when the Docker feature is selected during project initialization.
162
183
163
184
### Git Integration
185
+
164
186
Every generated project includes:
187
+
165
188
- ✅ **Stack-specific .gitignore** files
166
189
- ✅ **Git repository initialization**
167
190
- ✅ **Conventional commit setup** (with Husky)
@@ -181,12 +204,13 @@ Then select your preferred technology stack from the interactive menu.
181
204
Interested in adding support for a new technology stack? Check out our comprehensive guide in [CONTRIBUTING.md](../CONTRIBUTING.md#adding-new-technology-stacks).
182
205
183
206
The process involves:
207
+
184
208
1. Creating template files
185
-
2. Updating type definitions
209
+
2. Updating type definitions
186
210
3. Adding CLI options
187
211
4. Configuring package management
188
212
5. Testing thoroughly
189
213
190
214
---
191
215
192
-
*For more information about StackCode, visit our [main documentation](../README.md).*
216
+
_For more information about StackCode, visit our [main documentation](../README.md)._
0 commit comments