Here are some utility scripts I wrote for myself. For the most part, it's mainly to learn about scripting in shell but also to automate some repetitive tasks.
A script to create an ultraminimal clj project with an empty deps.edn and a singular hello world main function. To use, simply call create-clj-minimal my-minimal-clj-project
and a project called my-minimal-clj-project
will be created for you. Mainly used for quick hacking and throwaway prototyping.
- 584d3d0 - added create-clj-minimal