feat: preparing for initialise-template justfile

This commit is contained in:
Sara Gerretsen 2025-09-03 21:04:18 +02:00
parent 3caee7f547
commit 333b2b8433
3 changed files with 10 additions and 8 deletions

3
justfile Normal file
View file

@ -0,0 +1,3 @@
initialise-template projectname:
sed "s/project/{{projectname}}/" ./CMakeLists.txt ./src/CMakeLists.txt
mv ./src/project.cpp ./src/{{projectname}}.cpp