This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-10-22
Channels
- # bangalore-clj (2)
- # beginners (22)
- # boot (8)
- # cider (1)
- # cljs-dev (10)
- # clojars (1)
- # clojure (5)
- # clojure-austin (14)
- # clojure-conj (1)
- # clojure-dusseldorf (6)
- # clojure-france (3)
- # clojure-russia (11)
- # clojure-spec (3)
- # clojure-uk (2)
- # clojurescript (27)
- # datomic (4)
- # hoplon (68)
- # leiningen (7)
- # off-topic (1)
- # om (68)
- # onyx (12)
- # other-languages (1)
- # re-frame (19)
- # vim (2)
is there (beginner) documentation for setting up entries in a user profile to provide defaults for lein?
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?
@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