lein-create-template icon indicating copy to clipboard operation
lein-create-template copied to clipboard

A Leiningen plugin for creating templates from existing skeleton projects

Results 7 lein-create-template issues
Sort by recently updated
recently updated
newest added

Hey there, I was able to follow to readme up until "lein install". I got the following error message Caused by: clojure.lang.Compiler$CompilerException: java.lang.RuntimeException: Map literal must contain an even number...

I wish to create a template based on applications created with `lein new luminus myapp +cljs +reagent` and I find that, while it mirors the clj and cljc paths, it...

I'd like to add some files to the project at the top level that depends on the project name (e.g. `.gitignore`). At the moment `:template-additions` just copies the files as...

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...

Hi, I'm trying to customize the figwheel template with the lein-create-template plugin. so: ``` lein new figwheel myfigwheel cd myfigwheel [change resources/public/index.html] lein create-template myfigwheel ``` leads to: `clojure.lang.Compiler$CompilerException: java.lang.ExceptionInInitializerError,...

bug

The strings generated in the `(->files data [...` part are incorrect in Windows. I get errors about unsupported escape characters. If I manually substitute `\` with `/` in the paths,...

bug

1. IMO, you should be able to add directories to `:template-additions` :template-additions ["directory"] The particular use case I have in mind is that projects often contains a `scripts/` directory that...

enhancement