fsprojects / FsReveal

FsReveal parses markdown and F# script file and generates reveal.js slides.
http://fsprojects.github.io/FsReveal
258 stars 102 forks source link

Consider splitting this project into package and template #120

Open NicoVIII opened 4 years ago

NicoVIII commented 4 years ago

I was looking into this project to see how it works and if I can make some adjustments (use dotnet tools instead of paket.bootstraper and stuff) and it was very confusing for me. The master branch is like a template which uses the FsReveal nuget package but the source code for that is in another branch ("develop").

Maybe I'm just not clever enough but I think it would be easier to understand for potential contributors if these two things are separated. Would that be an option or am I missing something?