clojure-cli-config
clojure-cli-config copied to clipboard
User aliases and Clojure CLI configuration for deps.edn based projects
neil is a CLI to add common aliases and features to deps.edn-based projects. Added `:lib/neil` alias which requires a specific command
Please raise an issue before raising a pull request in order to avoid working on something that would not be accepted. Sweeping changes to this repository (or any open source...
You have `:project/jar` and `:project/uberjar` aliases that still depend on `depstar` which has been deprecated (and archived) for six months. People should be using `tools.build` instead, although it does require...
https://github.com/vvvvalvalval/scope-capture
Since you've deprecated `:security/nvd` due to classpath pollution issues, have you considered using https://github.com/clj-holmes/clj-watson/ instead?
using JDK 16 or newer, or you add a junixsocket dependency, you can ask it to listen on a UNIX domain (filesystem) socket instead: ``` { ;; ... :aliases {:nREPL...
Consider adding a variant that includes the clojure.tool.namespace for the aliases - :repl/basic -> :relp/basic-reload - :repl/headless -> :relp/headless-reload Review the documentation and elaborate on which aliases to use for...