Go to file
2024-03-07 11:24:32 -04:00
.copier Initial commit 2024-03-06 16:42:32 -04:00
src Template doesn't include dockerbuild directl 2024-03-07 11:22:42 -04:00
copier.yml Update copier.yml 2024-03-06 12:56:26 -08:00
README.md Initial commit 2024-03-06 16:42:32 -04:00

This is a template for use with copier.

To get started run copier copy https://git.spirirobotics.com/Spiri/template-service-ros1-catkin.git ./ inside your git repo.

If copier overwrites files you can use git difftool to see what changes it has made.

You can use find .copier/ -type f -exec copier update --skip-answered -a {} \; to update all applied templates.