Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 771 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 771 Bytes

❏ Springerle Cookie Jar

This is a repository comprised of git submodules with all the Springerle molds, for easy installation and updates. See springerle.github.io for more.

Apache 2.0 license

See also PyScaffold for a tool that can work with Cookiecutter and refine existing templates.

Adding and updating submodules

# Add initially
git submodule add «git-url»
( cd «module» && git checkout «tag» )
# → commit + push
# Update
( cd «module» && git fetch && git checkout «tag» )
# → commit + push