Closed poernahi closed 5 years ago
For now you have to use deps.edn
directly for this.
Would that be the preferred way of managing deps in the future?
That is entirely up to you. It will probably not become the default anytime soon.
Closing for now
NPM already supports git coordinate for dependencies. But from what I can figure out, using git for clojurescript deps is not yet supported.
The proposal is to support it with the same format as clojure. The tools.gitlibs library can be leveraged.