google / clojure-turtle

A Clojure library that implements the Logo programming language in a Clojure context
Apache License 2.0
425 stars 41 forks source link

add Leiningen plugin for new proj. template #25

Open echeran opened 8 years ago

echeran commented 8 years ago

It would be beneficial to have a Leiningen plugin that would create a new clojure-turtle project with all the correct dependencies and versions.

It's one less thing that the user has to think about. Quil itself and many other projects benefit from having an associated Leiningen template for a new project.