A small template for libraries using deps-library and just to keep things simple.
Create a project from this template. Use your github username as the group name here.
clj -X:project/new :template com.github.tggreene/easy-lib :name myname/myproject
# OR
clj -Tclj-new create :template com.github.tggreene/easy-lib :name myname/myproject
# Then
cd myproject