Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert project to deps.clj, shadow-cljs #47

Open
wants to merge 13 commits into
base: master
Choose a base branch
from

Conversation

sritchie
Copy link
Contributor

@sritchie sritchie commented Aug 14, 2023

This PR:

  • Converts the project from leiningen to deps.clj
  • adds badges to the README with all the new good stuff
  • adds a GitHub Action that will release to Clojars when a new "release" on GitHub is created (provided @henrygarner that you add CLOJARS_USERNAME and CLOJARS_PASSWORD secrets to the repository)
  • Converts the tests from lein-cljsbuild to shadow-cljs
  • adds a DEVELOPING.md with this information
  • adds bb.edn with the following tasks available:
test:clj  Run CLJ tests.
test:cljs Run CLJS tests.
release   Release the library to Clojars.
lint-deps Lint dependencies.
lint      Lint source-containing directories with clj-kondo.

New README badges:

image

@sritchie sritchie force-pushed the sritchie/shadow_deps branch 4 times, most recently from fad1ace to 0aa5f5e Compare August 15, 2023 03:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant