This repository contains a script to create my personal directory setup for web development, desktop application development, mobile application development and other application development.
These contain specific project folders, an exercise folder, a scrapboard folder and a folder for unorganized files.
An example of the directory structure can be found in the EXAMPLE.txt file.
I created this project because I want to learn more about shell scripting.
- The
git
tool
Clone the repository to any directory on your computer and navigate to the bin folder.
# Clones the repository
git clone https://github.com/basvandriel/application-development-directory-setup.git
# Navigate to the bin folder
cd bin/
On a Windows machine run the create-folders.cmd
script with administrator rights and
follow the instructions.
On a Linux machine run the command sh create-folders.sh
inside the bin
folder.
This project is licensed under the MIT License - see the LICENSE.md file for details.