Shell script to automate the setup of Ada Developer's Academy projects, completed in preparation for a lightning talk (September 2021).
-
cdinto yourprojectsdirectory -
Clone the
ada-project-setuprepo into yourprojectsdirectory -
cdinto theada-projects-setupdirectory. -
Run the following command in your terminal:
chmod +x python-project.sh
To use this script to set up an Ada project:
-
cdto yourprojectsdirectory. -
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