You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is there a way to use deps-new as a library, not as a cli tool ?
My use case ist to re-use the logic which "copies" root folder to target and does substitutions including use of template-fn from my own code.
I do not want to create a full new clojure project but to "add" folders to an existing directory and re-use the template-fn logic.
I tried to call the org.corfield.new/create fn and it does work, but it makes the assumption that root dir and template.edn are on classpath, correct ?
This would not be the case in my scenario, they would exist at "local dir/file"
the find-root fn makes this assumption, at least.
Me:
If create took an option that specified additional directories to search, it could pass that to find-root as additions to the classpath roots... would that work for you?
The text was updated successfully, but these errors were encountered:
@behrica Carsten Behring asked:
deps-new
as a library, not as a cli tool ?My use case ist to re-use the logic which "copies" root folder to target and does substitutions including use of
template-fn
from my own code.I do not want to create a full new clojure project but to "add" folders to an existing directory and re-use the
template-fn
logic.Slack Message
I tried to call the org.corfield.new/create fn and it does work, but it makes the assumption that root dir and template.edn are on classpath, correct ?
This would not be the case in my scenario, they would exist at "local dir/file"
the find-root fn makes this assumption, at least.
Me:
The text was updated successfully, but these errors were encountered: