Fork me on GitHub
#leiningen
<
2016-10-22
>
herbm16:10:01

is there (beginner) documentation for setting up entries in a user profile to provide defaults for lein?

Pablo Fernandez17:10:56

How can I copy files with lein?

darwin17:10:34

@pupeno escape to shell using lein-shell

herbm17:10:08

darwin, presuming you mean to just type this in a REPL it doesn't seem to work on my Windows REPL -- is there more to the syntax?

darwin17:10:47

@pupeno, I tend to create “scripts" folder in my projects and use lein-shell to call them from my lein project, those scripts then can call lein back with specific params if needed, also I tend to use aliases to abbreviate common calls, for example: https://github.com/binaryage/cljs-oops/blob/f1514e0f27bebe35771a3381620d2201ab9c6b72/project.clj#L179 https://github.com/binaryage/cljs-oops/tree/f1514e0f27bebe35771a3381620d2201ab9c6b72/scripts

darwin17:10:22

this way I can overcome lein limitations with my shell-fu