Skip to content

clojurephant/clojurephant-tooling

Repository files navigation

clojurephant-tooling

CI
cljdoc

What is this?

A library to interact with Gradle’s Tooling API. This means you can run tasks and inspect a Gradle project from Clojure code, most interestingly the REPL.

In practice, this is targeted mainly as a REPL-helper library for clojurephant users.

  • Run ClojureScript builds

  • Start ClojureScript REPLs

    • Browser REPL

  • Run arbitrary Gradle tasks

Important
Currently requires un-released clojurephant features to function.

Why should you care?

Since clojurephant’s goal is to provide a Gradle-native experience, but with the creature comforts of a Clojure environment, we want to make it easy to reuse your Gradle configuration to perform tasks in the REPL.

Most importantly this helps configure ClojureScript REPLs properly to use the classpath and configuration from your Gradle project.

Usage

See the Release Notes for available versions, compatibility with clojurephant versions, and detailed change notes.

TODO UNDER CONSTRUCTION

Getting help

Read the online Clojurephant documentation https://clojurephant.dev.

For questions or support, please visit the Clojurephant Discussions.

Legacy channels where you might get luck and find one of us: ClojureVerse gradle-clojure channel or the Clojurian’s Slack #gradle channel

For bug reports and feature requests, please use the repo’s issues.

Contributing

See the guidelines for details on how you can contribute.