refabricator icon indicating copy to clipboard operation
refabricator copied to clipboard

Static Site Generator for/in ReasonML

Results 19 refabricator issues
Sort by recently updated
recently updated
newest added

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.

bug
help wanted
binary
library

`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...

binary
concept

_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...

concept

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...

enhancement
library

`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...

enhancement
library

Add a factory which puts all generated files on a ftp server.

enhancement
library

Implement a fabricator which fetches a directory from a git server.

enhancement
library

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....

enhancement
library

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...

enhancement
library