Skip to content

Latest commit

 

History

History

setup

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Project Setup Utility

Download the scripts in the /setup directory.

Setup alias setup-project as the path to the controller.sh file.

alias setup-project='sh /path/to/controller.sh'

It is a better idea to set these in the zshrc or bashrc files for wider usage.

alias setup-project='sh /path/to/controller.sh' >> ~/.zshrc

Restart the terminal and use the utility.

Usage

setup-project --{type}='path/to/project'

Example

setup-project --flask='.'

Currently, only flask setup is supported.