jarodburchill / project-automation

Python script for creating new projects (React, Express.js, Vue, Laravel, etc.) in the desired local directory, with a GitHub origin.
MIT License
43 stars 7 forks source link

Make script not check for installation of requirements each run #35

Closed jarodburchill closed 5 years ago

jarodburchill commented 5 years ago

Maybe make the user install the requirements.txt themselves... unless there are any other ideas?

MisterWhopper commented 5 years ago

In the fix for issue #11 I partly address this; I will be implementing a change where the script, on first run, will write the user's username to the script.config file, so that way all they have to type in is either their password or PIN. When I get that PR in, we can change the script to check if that variable is already set; if it is, then we won't check requirements. If not, then we can check requirements

jarodburchill commented 5 years ago

@MisterWhopper Good to know are you almost ready to send in that PR?