generator-ocaml
generator-ocaml copied to clipboard
🐫Yeoman generator to scaffold OCaml modules.
I just tried your OCaml generator (thanks for creating it). I was hit by this issue when invoking *make*: ``` → LANG=C make Makefile:4: *** missing separator. Stop. ```
[Those commands](https://github.com/mabrasil/generator-ocaml/blob/master/generators/app/templates/_oasis#L24-L28) are quite bad. If the user decide to customize its _tags and myocamlbuild later. If you want to clean the oasis part exclusively, `oasis setup-clean -replace-sections Empty -remove...
All tests set in this project [`npm run scripts`](https://github.com/mabrasil/generator-ocaml/blob/master/package.json#L39-L44) run ok on my machine: ✓ The _linting_ tests done using [eslint](http://eslint.org/) ✓ The _unit_ tests done using [mocha](https://mochajs.org/)  ✓...