Skip to content

Proof of concept

No due date 45% complete

A first rough version of Refabricator, which:

  • demonstrates usage and concepts of the library - - ships a prebuilt binary with sane defaults of site generator

Following library featureset shall be accomplished:

  • read text of any local file
  • read local md files and convert it to html
  • resolve links in md to correct html ones
  • read remote md files (maybe git…

A first rough version of Refabricator, which:

  • demonstrates usage and concepts of the library - - ships a prebuilt binary with sane defaults of site generator

Following library featureset shall be accomplished:

  • read text of any local file
  • read local md files and convert it to html
  • resolve links in md to correct html ones
  • read remote md files (maybe git server / ftp / rest api?)
  • write generated files to local filesystem
  • write generated files to remote (maybe ftp?)
  • provide some rudimental way for templating

Following binay featureset shall be accomolished:

  • wrap all available library features in a nice CLI API and define sane defaults
Loading