clj-commons / camel-snake-kebab

A Clojure[Script] library for word case conversions
https://clj-commons.org/camel-snake-kebab/
Eclipse Public License 1.0
475 stars 48 forks source link

Add declare statement with defined symbols #54

Closed wilkerlucio closed 5 years ago

wilkerlucio commented 5 years ago

Adding this declare will make IDE's like Cursive able to index and auto-complete on the variables provided by csk.

wilkerlucio commented 5 years ago

Hello @qerub , thanks for merging this! Can you please make a release with the new changes? Or maybe add deps support so we could use the github version?

Thanks.

qerub commented 5 years ago

@wilkerlucio: I've added support for deps and verified that echo "(require 'camel-snake-kebab.core)" | clj -Sdeps '{:deps {github-clj-commons/camel-snake-kebab {:git/url "https://github.com/clj-commons/camel-snake-kebab" :sha "8ae05909385c7a3e6a57ed4dfa7305ad09d18ddd"}}}' - works for me.

qerub commented 4 years ago

@wilkerlucio: 0.4.1 is up now: https://clojars.org/camel-snake-kebab/versions/0.4.1

wilkerlucio commented 4 years ago

🎉 thanks!