Struct Maker is a command-line tool to automate the creation of project folder structures. This tool helps you quickly set up the basic directory structure for your projects.
- Easily create a new project directory with a predefined structure.
- Customize the structure according to your needs.
Make sure you have Python 3.x installed on your system.
You don't need to install Struct Maker via pip. You can run the script directly. Follow these steps:
-
Download the Code
Clone the repository or download the source code:
git clone https://github.com/yourusername/struct-maker.git cd struct-maker Run the Script You can run the tool directly using Python. Open your terminal or command prompt and execute: bash python struct_maker/cli.py create my_new_project Replace my_new_project with the name of your new project directory.
Usage
To create a new project, run:
bash
python struct_maker/cli.py create <project_name>
Replace <project_name> with the desired name for your project directory. The tool will generate the directory structure for you. Example
To create a project named my_project, use:
bash
python struct_maker/cli.py create my_project
This will create a directory named my_project with the specified structure. Customization
You can modify the structure by editing the cli.py file. Update the script to change the directories and files that are created. Contributing
If you want to contribute to the project, feel free to fork the repository and submit a pull request with your improvements. License
This project is licensed under the MIT License. See the LICENSE file for details. Contact
For any questions or feedback, you can contact the author:
Lucas Americo
Email: lucasamerico695@tutamail.com
bash
-
Baixar o Código:
- Clone o repositório ou baixe o código fonte.
git clone https://github.com/yourusername/struct-maker.git cd struct-maker Executar o Script: Use Python para executar o script diretamente, substituindo <project_name> pelo nome desejado do seu projeto. bash
python struct_maker/cli.py create <project_name>