Less of a code review request and more of a "did I do this right?" I just put a library on clojars and wanted to know if I made a mess of it. Any input is appreciated. https://clojars.org/net.nundrum/cljs-polys-etc/versions/0.0.1
It all looks good on Clojars and links to the right commit on GitHub.
You have a typo in your :deps line in the README: net.nundrum/clls-polys-etc (should be cljs-polys-etc)
I would expect to see a deps.edn file in the repo -- and maybe build.clj or something else?
Ah, you built it with Leiningen according to the pom -- so maybe I should expect to see project.clj in GitHub 🙂
Good catch! I'll fix that right up.
Yeah, I started out trying to deploy with deps.edn, tools.deps, etc, but finally gave up and tried lein. That's why I hadn't committed it yet.
Thanks for taking a look. I really appreciate it. gratitude-thank-you