Linux Lite Forums
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:
  1. 1. Flutter
  2. 2. PHP
etc

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.