cbt
cbt copied to clipboard
readme generation
allow generating github readmes from templates adding common content like latest maven version build too config, etc. And auto include relevant badges: http://shields.io/
http://www.lihaoyi.com/Scalatex/ may be a good templating language here. Or https://scalate.github.io/scalate/
@olafurpg you mention a "Scalatex readme project" in https://github.com/lihaoyi/sourcecode/pull/15 Where is that? This sounds very similar.
@cvogt The "readme" is the http://scalafmt.org website using scalatex site. Sources for for that project: https://github.com/olafurpg/scalafmt/tree/master/readme
Scalatex is awesome because it's just code, which makes it easy to things that you would typically achieve in markdown with hacky extensions. For example, you can easily pull latest version number from the build and use that in the generated readme/docs.
It still seems most people love markdown. Tut is popular choice to produce typechecked .md
files.
All with you on the awesomeness of Scalatex.
I'm planning to migrate my sbt-hepek to CBT also. Which should be trivial, since it is just ~100 lines of code. It's similar to Scalatex but pure Scala, kinda follows CBT's way of doing stuff. 😄