Hacker News new | ask | show | jobs
by cryptolect 4255 days ago
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.
2 comments

I have a cookiecutter template for js_of_ocaml projects if you want:

https://github.com/emillon/cookiecutter-jsoo

(cookiecutter is a general scaffolding tool)

Always great to hear that people are looking for aggregation sites like skeleton.io - We are currently thinking about also hosting not just skeletons but aggregations to tutorials, and any other helpful coding resource as well