Skip to content

Project Structure Generator v0.1.0

Choose a tag to compare

@devalltect00 devalltect00 released this 28 Mar 16:49
· 13 commits to main since this release

πŸš€ Project Structure Generator v0.1.0

Initial release of Project Structure Generator β€” a simple tool to generate a basic project structure overview.


✨ Features

  • πŸ“‚ Generate a basic repository tree structure
  • πŸ“„ Output structure as a readable format
  • ⚑ Lightweight and easy to use

πŸ§ͺ Usage

Run the script:

python print_project_structure.py

πŸ“ Project Structure

.
β”œβ”€β”€ __init__.py
β”œβ”€β”€ __version__.py
β”œβ”€β”€ print_project_structure.py
└── requirements.txt

🧠 Notes

  • This version is a prototype / experimental implementation
  • Focused on validating the core idea of structure generation
  • Limited customization and features

πŸ”œ Future Plans

  • Introduce CLI interface
  • Add configuration support
  • Improve output formatting
  • Modularize the codebase

πŸ”₯ Evolution

This release serves as the foundation for future development.

Later versions (v1.0.0+) introduce:

  • full CLI tool
  • smart mode
  • configuration system
  • modular architecture

πŸ™Œ Author

Developed by Rizky Fernandes / Devalltect

Full Changelog: v0.1.0...v0.1.0