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
+19-14Lines changed: 19 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
-
# STRUCT: Automated Project Structure Generator
1
+
# 🚀 STRUCT: Automated Project Structure Generator
2
2
3
3

4
4
5
5
> ⚠️ **Warning:** This project is still in development and may contain bugs. Use it at your own risk.
6
6
7
7
STRUCT is a powerful and flexible script designed to automate the creation of project structures based on YAML configurations. It supports template variables, custom file permissions, remote content fetching, and multiple file handling strategies to streamline your development setup process.
8
8
9
-
## Features
9
+
## ✨ Features
10
10
11
11
-**YAML Configuration**: Define your project structure in a simple YAML file.
12
12
-**Template Variables**: Use placeholders in your configuration and replace them with actual values at runtime.
@@ -17,7 +17,7 @@ STRUCT is a powerful and flexible script designed to automate the creation of pr
17
17
-**Configuration Validation**: Ensure your YAML configuration is valid before executing the script.
18
18
-**Verbose Logging**: Get detailed logs of the script's actions for easy debugging and monitoring.
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
146
147
147
-
## Funding
148
+
## 💰 Funding
148
149
149
150
If you find this project helpful, please consider supporting it through donations: [patreon/structproject](https://patreon.com/structproject)
150
151
151
-
## Contributing
152
+
## 🤝 Contributing
152
153
153
154
Contributions are welcome! Please open an issue or submit a pull request.
154
155
155
-
## Acknowledgments
156
+
## 🙏Acknowledgments
156
157
157
158
Special thanks to all the contributors who helped make this project possible.
159
+
160
+
## 🐞 Known Issues
161
+
162
+
-[ ] Its mandatory that you set the `OPENAI_API_KEY` environment variable before running the script. if you are not using gpt properties, you can set it to any value. Issue [#3](https://github.com/httpdss/struct/issues/3)
0 commit comments