feat: preparing for initialise-template justfile
This commit is contained in:
parent
3caee7f547
commit
333b2b8433
3 changed files with 10 additions and 8 deletions
3
justfile
Normal file
3
justfile
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
initialise-template projectname:
|
||||
sed "s/project/{{projectname}}/" ./CMakeLists.txt ./src/CMakeLists.txt
|
||||
mv ./src/project.cpp ./src/{{projectname}}.cpp
|
||||
Loading…
Add table
Add a link
Reference in a new issue