Clojure project automation tool of my dreams

This page summarizes the projects mentioned and recommended in the original post on /r/Clojure

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • Paravim

    A Vim-based editor for Clojure

  • Another example here. All a lein 3.0 would need to do is make this a bit nicer, so i don't have to copy that prod.clj script everywhere.

  • full-stack-clj-example

    A sample Clojure CLI project containing Clojure and ClojureScript

  • Your regular reminder that you can already use leiningen directly as a library with the clj tool...i've been doing it in all my projects for the past couple years :D https://github.com/oakes/full-stack-clj-example

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • lein-tools-deps

    A leiningen plugin that lets you share tools.deps.alpha dependencies in your leiningen project

  • Yeah that's intentional. For libraries especially i want to use lein to do dependency resolution because tools.deps flattens the tree so all your transitive deps are included -- not so great if you're pushing to clojars. If you really want to use tools.deps for the resolution all the time, there's lein-tools-deps.

  • lein-git-down

    Discontinued A Leiningen plugin for resolving dependencies from Git

  • If you're looking for using git dependencies with lein might I suggest https://github.com/reifyhealth/lein-git-down

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Setting up a playground environment

    5 projects | /r/Clojure | 23 Jun 2023
  • GitHub - eval/deps-try: Try out Clojure libraries via rebel-readline

    1 project | /r/Clojure | 6 Apr 2023
  • Try out Clojure libraries via rebel-readline

    1 project | /r/hypeurls | 5 Apr 2023
  • Try out Clojure libraries via rebel-readline

    2 projects | news.ycombinator.com | 5 Apr 2023
  • Which tool do you use for formatting Clojure source code automatically?

    5 projects | /r/Clojure | 2 Oct 2022