refactor: Rename sydnix → sydnix-cli

This commit is contained in:
Madeleine Sydney
2025-01-14 20:24:07 -07:00
parent 29fd94f9e2
commit 0e9bad81ee
20 changed files with 55 additions and 57 deletions

View File

@@ -0,0 +1,21 @@
{:deps {org.babashka/cli {:mvn/version "0.8.62"}
babashka/process {:mvn/version "0.5.22"}
babashka/fs {:mvn/version "0.5.24"}
org.clojure/clojure {:mvn/version "1.12.0"}
org.clojure/core.match {:mvn/version "1.1.0"}
com.github.msyds/spec-dict
{:git/sha "531d629b7f05f37232261cf9e8927a4b5915714f"}}
:paths ["src"]
:aliases
{:cider
{:extra-deps {cider/cider-nrepl {:mvn/version "0.50.2"}}
:main-opts ["-m" "nrepl.cmdline"
"--middleware" "[cider.nrepl/cider-middleware]"]}
:nrepl
{:extra-deps
{nrepl/nrepl {:mvn/version "1.3.0"}
com.kohlschutter.junixsocket/junixsocket-core {:mvn/version "2.3.2"}}
:main-opts ["-m" "nrepl.cmdline"
"--socket" ".nrepl/socket"]}
:run
{:main-opts ["-m" "sydnix-cli.main"]}}}