Progex is a simple utility (written in C) that easily creates a directories and files for your project.
Progex supports creating project directories for the following languages:
- C
- Java
- Python
To use Progex, simple give the name of the language you want to use first, and then give the name of your project second.
progex <language> <project_name>
Ex:
progex c My_C_Project