Shell script to automate the setup of Ada Developer's Academy projects, completed in preparation for a lightning talk (September 2021).
-
cd
into yourprojects
directory -
Clone the
ada-project-setup
repo into yourprojects
directory -
cd
into theada-projects-setup
directory. -
Run the following command in your terminal:
chmod +x python-project.sh
To use this script to set up an Ada project:
-
cd
to yourprojects
directory. -
Run the following command in your terminal:
ada-project-setup/python-project-setup.sh <clone url for the project repository here>
Example:
ada-project-setup/python-project.sh https://github.com/user-name/project-repository-name.git