Linux Lite Forums

Full Version: Project Creation
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.