This project is a template for new electronic project.
It will create two empty workspaces and projects for KiCad and LibrePCB.
After you create a new project using this template, go to the new project root folder and run the commands below
cd script/
chmod +x rename.sh
./rename.sh <name>
cd ..
rm -rf script/
"name" is the name of your project.
This will rename all files and folders and remove the script/ folder that is not needed anymore
GNU GPL v3