Fork me on GitHub
#shadow-cljs
<
2019-07-20
>
thheller07:07:53

@currentoor it doesn't make sense for :node-script

thheller07:07:45

:node-script is just going to use direct js require calls and let node do the resolving. so it'll automatically "adapt" to the node_modules dir whereever you execute the script

deplect10:07:17

good day everybody, starting a fresh shadow-cljs project and looking for some quality templates to boot from. Ideally I would like it to be re-frame and circle-ci ready. Searching online I found the examples and a lein template of last year shadow-reframe. Any help greatly appreciated 🙂

sogaiu11:07:20

@deplect would also be interested in what you turn up 🙂 have you tried a filename:shadow-cljs.edn search on github already? e.g. something like: https://github.com/search?q=filename%3Ashadow-cljs.edn+re-frame

deplect11:07:17

hai @sogaiu no i did not, going to do this right now 🙂

deplect11:07:12

after some searching, I started extracting a skeleton out of an previous project

deplect13:07:03

when I want shadow-cljs to do nothing more than install the deps needed for itself and the shadow-cljs.edn file, how would I do this?

lilactown14:07:19

shadow-cljs typically is installed via npm

lilactown14:07:05

first make sure you have a package.json (`npm init` will generate one) then npm i -D shadow-cljs