Skip to content

Ghul2002/work-environment-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

work-environment-generator

Simple bash script for creating project environment

Features

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

Usage:

  1. Clone the repository: git clone
  2. Make the script executable: chmod +x workenvgenerator.sh
  3. 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

Requirements

  • Linux
  • Bash

Notes

This is a simple utility script and may be extended with additional features in the future.

About

Simple bash script for creating projectenvironment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages