No dependency information in README
Closed this issue · 4 comments
michaelklishin commented
This is a library and there is no dependency/artifact information in the README. Beginners
won't be able to use your project. Please add that.
If you need an example, see Monger's README.
stevenproctor commented
Thanks for the example, I am planning on updating the README soon.
stevenproctor commented
README has been updated with Artifact and Dependency info. Will be flushing out the getting started section next.
Anything else standard that I am missing?
Thanks!
michaelklishin commented
Thank you. The rest is OK. I wouldn't use "naked clojure.core/use" so heavily in examples, though. clojure.core/require
is a much better idea.
stevenproctor commented
Thanks very much for your feedback, it is greatly appreciated.