refabricator
refabricator copied to clipboard
Static Site Generator for/in ReasonML
Windows ci fails test step with: ``` Fatal error: exception End_of_file ``` [Here](https://github.com/woeps/refabricator/blob/9757dbade700d6f7b857968e6d4e6948ad49680c/lib/Fs.re#L16) is missing a close channel. Not sure this is the real problem.
`Refabricator` will be published as a library for anyone to use and build on top of it. But... It would be great to provide a prebuilt binary for the most...
_Danger of premature optimization! - Get some more datapoints before actively working on this issue._ [Luv] supports event loops and multithreating for crossplatform in a convenient way. Maybe [Luv] could...
depends on #18 Implement new Refabricator `filterByExtension`, which takes a string as it's only option and returns a list of fabrics only having the given extension in it's name. (see...
`Types.fabric` shall be changed to be a record: `{name, fn: 'a => content}` because a fabricator should already be able to name it's created fabrics. The name will be the...
Add a factory which puts all generated files on a ftp server.
Implement a fabricator which fetches a directory from a git server.
Currently a factory returns `result(unit, string)`. For better console output `result(list(string), list(string))` is desired. `Ok` will hold a list of the fabrics' name which was processed sucessfuly by the factory....
Currently links in md files are only parsed by `omd` and therefore don't produce correct href attributes in resulting html links. The (re)fabricator(s) for md need to be adapted: probably...