The script will create project environment consisting:
- main project directory
- scr, bin, docs, tests subdirectories
Additional options:
- initialize a Git repository
- open the project in VS Code
- Clone the repository:
git clone - Make the script executable:
chmod +x workenvgenerator.sh - Run the script:
./workenvgenerator
To make the script available system-wide, move it to your local binary directory, e.g.:
mv workenvgenerator.sh /usr/local/bin/workenvgenerator
- Linux
- Bash
This is a simple utility script and may be extended with additional features in the future.