refabricator
refabricator copied to clipboard
Static Site Generator for/in ReasonML
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...
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...
Currently the `localPath` fabricator ignores any subdirectories. These shall be read in recursively. A directory structure like the following: ``` mdDir + - subdir | | 10.md | + -...
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...
Use Refabricate to generate GitHub Pages. Readme could be used for a start. More Infromation can be added over time.
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...
Currently there are no automated tests. The library (`Refabricator`) should have tests for each component (fabricator, refabricator, factory).
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...
`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...
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)`