Update 'README.md'

Update file.
This commit is contained in:
Peter Green 2023-01-07 19:57:09 +00:00
parent 2b892f12bc
commit ca00260057
1 changed files with 21 additions and 2 deletions

View File

@ -1,3 +1,22 @@
# make_project_dirs
## Make Project Dirs
Script to make a directory structure for graphics projects.
Script to make a directory structure for graphics projects, that includes template files for the more common projects.
## Ease the workflow of projects.
Having a structure of directories with blank templates in relevant directories is a great way to get started on a project. It helps with organising and cataloging your assets.
If you use the same directory structure for every project, you get comfortable and used to the work space, which speeds up the work flow.
## Installing the script
Run install.sh - simples!
## Running the Script
Run the Make_Project_Dirs.sh script, and it will ask you for the name of the project you are about to start. Hit enter, and you will create a directory on your desktop populated with directories and file templates.
You can them move the directory to where ever you like once you have either created it, or finished the project.
## Customising the script
You can add or remove directories or templates by editing the Make_Project_Dirs.sh file and/or the Assets directory.