![]() |
Project Creation - Printable Version +- Linux Lite Forums (https://www.linuxliteos.com/forums) +-- Forum: Development (https://www.linuxliteos.com/forums/forumdisplay.php?fid=7) +--- Forum: Scripting and Bash (https://www.linuxliteos.com/forums/forumdisplay.php?fid=32) +--- Thread: Project Creation (/showthread.php?tid=7358) |
Project Creation - Marmaduke - 09-14-2020 I've been working on a script that automates the creation of a new project for me. Creates a directory in my Projects directory. Depending on type of project:
Create the necessary dependices and launches the in VSCode. It's a bit too length to share here but I'm in the process of putting it up on GitHub. |