Skip to content

bevuta/babashka-tools

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tools

This repository contains some babashka scripts that you can install with bbin.

antq

Point out outdated dependencies and/or update them.

Install: bbin install https://raw.githubusercontent.com/borkdude/tools/main/antq.clj

For usage, run antq --help.

lein2deps

Convert project.clj to deps.edn.

Install: bbin install https://raw.githubusercontent.com/borkdude/tools/main/lein2deps.clj

See tweet for demo.

For usage, run: lein2deps --help.

ls_jar

List files in jar files.

Install: bbin install https://raw.githubusercontent.com/borkdude/tools/main/ls_jar.clj

For usage, run ls_jar --help.

nrepl_proxy

Proxy for debugging nREPL interactions.

Install: bbin install https://raw.githubusercontent.com/borkdude/tools/main/nrepl_proxy.clj

For usage, run nrepl_proxy --help.

Releases

No releases published

Packages

No packages published

Languages

  • Clojure 100.0%