lein-create-template
lein-create-template copied to clipboard
Internal symlinks aren't carried over to new templates
Suppose src/clj-server/A.clj -> src/clj-server/B.clj (i.e., A.clj is a symlink that points to B.clj). After using lein-create-template and creating a template, the symlink relationship is destroyed and instead a copy of A.clj is created.