Skip to content

omerayyildiz/projectGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to projectGenerator 👋

Version Twitter: omerayyildiz101

Project Directory Generator for Design Jobs

Install

cd ~ && git clone https://github.com/omerayyildiz/projectGenerator
# set your VAULT (Main Design Folder) Directory on generator.sh

VAULT_DIR="${HOME}/your/design/folders/path"
# create TRANSITION ZONE directory

cd $HOME/your/design/folders/path && mkdir TRANSITION_ZONE
# set your TRANSITION ZONE on generator.sh

cd "${VAULT_DIR}/TRANSITION_ZONE"

Usage

# set alias for projectGenerator
alias create="cd ${HOME}/projectGenerator/ && bash generator.sh"
# use "create" command for new project
$ create

Run tests

# delete comment lines if you want to run tests

# in generator.sh
cd /Users/omerayyildiz/Desktop/projectGenerator
bash test.sh

Author

👤 Ömer Ayyıldız

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by readme-md-generator