Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 386 Bytes

README.md

File metadata and controls

23 lines (20 loc) · 386 Bytes

skeleton

Generate skeletons of projects from templates.

$ skeleton list
Available langs:
  - lang latex [+beamer]
  - lang ocaml [+mystdlib +ppx]

$ skeleton init ocaml foo
$ tree foo
foo
├── Makefile
├── foo.opam
├── src
│   ├── dune
│   ├── lib.ml
│   └── main.ml
└── tests
    ├── dune
    └── runtest.ml