I've been looking into ocaml, and was wondering what to do once my programs grow beyond a single file. Unfortunately it doesn't have the equivalent of 'lein new' (Clojure tool for creating a new, empty project skeleton), so I'd welcome a repository of best practice examples like skeleton.io.
emillon|11 years ago
https://github.com/emillon/cookiecutter-jsoo
(cookiecutter is a general scaffolding tool)
ingelheim|11 years ago