Add .dir-locals.el emacs config file #16
1 changed files with 1 additions and 2 deletions
3
justfile
3
justfile
|
|
@ -37,9 +37,8 @@ release-windows: build
|
|||
initialize-template projectname:
|
||||
# Initializing Template {{projectname}}
|
||||
sed -i -e "s/PROJECT/{{projectname}}/g" ./modules/PROJECT/register_types.h ./modules/PROJECT/register_types.cpp ./project/project.godot ./project/export_presets.cfg .gitignore
|
||||
sed "s/change_me/{{projectname}}/" ./justfile
|
||||
sed -i -e "s/change_me/{{projectname}}/" ./justfile
|
||||
mv ./modules/PROJECT ./modules/{{projectname}}
|
||||
# Done Initializing, you will still have to update BUILD_NAME in your justfile
|
||||
|
||||
format:
|
||||
# Formatting Custom Modules
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue