Skip to content
This repository was archived by the owner on May 30, 2025. It is now read-only.
Alex Miller edited this page Jun 21, 2018 · 53 revisions

This is a page to collect tools that use or work with tools.deps.alpha (or the clojure tools).

Project creation

  • clj-new - generate new project templates using just the clj command-line tool

Build tool integration

  • boot-tools-deps - plugin to use deps.edn dependencies from Boot
  • lein-tools-deps - plugin to use deps.edn dependencies from Leiningen
  • shadow-cljs - ClojureScript compilation
  • depify - creates or updates a deps.edn file for existing Leiningen projects

Packaging

  • Pack - Clojure project packager using tools.deps
  • depstar - clj-based uberjarrer
  • clj.native-image - Generate GraalVM native images with Clojure CLI and deps.edn

Testing

Deps management

  • Depot - Find newer versions of your deps
  • find-deps - Find and add deps using the Clojars and Maven search APIs

Runtimes

  • Planck - self-hosted ClojureScript REPL with plk analog of clj

Deployment

  • Datomic Ions - deploy Clojure code to an autoscalable Datomic cluster in AWS
Clone this wiki locally