Project-Setup is a tool to generate a default project directory for c/c++ projects.
- Generates a complete project directory structure for C/C++.
- Includes customizable template files.
- Simple command-line interface for quick usage.
- CMake version 3.10 or higher
- A C++ compiler (e.g., g++ or clang)
- Make the install.sh executable
chmod +x install.sh
- Run install.sh
./install.sh
To create a new project directory, run:
ps create
This command will prompt you for various project settings.
If you would like to contribute to Project-Setup, please fork the repository and submit a pull request.
This project is licensed under the MIT License. MIT