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

GitHub Action yields errors when running test on mac-latest like the following: `Error: /Users/runner/runners/2.165.2/work/refabricator/refabricator/generated/p2.md.html: Operation not permitted` This error seems to come from `refabricator/lib/factories.file`. I don't really know why this...

bug
help wanted
library

The current implementation sometimes feels like a bad rough implementation of something similar to reactive streams. - so why not go the full mile and actually use an established strems...

question
binary
library
concept

Currently the `localPath` fabricator ignores any subdirectories. These shall be read in recursively. A directory structure like the following: ``` mdDir + - subdir | | 10.md | + -...

enhancement
library

Add [danger-js](https://danger.systems/js/) or some native equivalent to this repository to validate pull requests and automatically comment on them with warnings / errors. E.g.: if changelog was not modified *If you...

concept
infra

Use Refabricate to generate GitHub Pages. Readme could be used for a start. More Infromation can be added over time.

documentation
infra

A possible feature came up on [discord](https://discordapp.com/channels/235176658175262720/235199119747055616/684544589897662547): Parse rei files: - [ ] convert comments formatted in markdown to html - [ ] parse the definitions - [ ] enable...

enhancement
binary
library

Currently there are no automated tests. The library (`Refabricator`) should have tests for each component (fabricator, refabricator, factory).

library

Automatically handle (GitHub) release: - create release for a new version tag - add binary (bin/refabricate.exe) for each platform separately - for standalone usage - add generated docs - add...

help wanted
infra

`Refabricator.between` should be changed to only take fabrics as it's arguments. This enables to not just use static strings for `before` and `after` arguments, but any data which can be...

enhancement
library

Add a fabricator which just takes a static string as an argument and returns a fabric. This is especially usefull for `Refabricator.between`. - #27 Type: `let str: Types.fabricator(string)`

enhancement
good first issue
library