Hey all!
New to this mailing list, but couldn't see anything that forbid people from sharing what they built so here I am.
I recently had the need to try out some different terminal "spinners" (loading icons) but I didn't want to add them to a non-existing project and tonic-dev was not very helpful.
So I decided to implement my own version of "lein-try" (
https://github.com/rkneufeld/lein-try) to be able to test nodejs/npm modules in an easy way.
https://github.com/victorbjelkholm/trymoduleIf you want to try it out by doing `npm install -g trymodule` and then `trymodule <npm package>` to get a package, I would be very grateful.
Any feedback, good or bad, that I can get is good. I would like to improve it but struggling to know what would be helpful to have.
So if you have any comments, please let me know and let's discuss :)
Sincerely,
Victor Bjelkholm