Skip to main content

Dependencies

7
  • add-classpath

    Adds extra-classpath, a string as for example returned by clojure -Spath, to the current classpath.

  • add-deps

    Takes deps edn map and optionally a map with :aliases (seq of keywords) which will used to calculate classpath. The cl...

  • clojure

    Starts clojure similar to CLI. Use `rlwrap bb` for `clj`-like invocation. Invokes java with babashka.process/process f...

  • get-classpath

    Returns the current classpath as set by --classpath, BABASHKA_CLASSPATH and add-classpath.

  • merge-deps

    Merge multiple deps edn maps from left to right into a single deps edn map.

  • split-classpath

    Returns the classpath as a seq of strings, split by the platform specific path separator.