Hi, some more updates
there has been several beta since last time, last one is https://github.com/mh-cbon/emd/releases/tag/0.0.9-beta7 changes - new functions: -*yaml(file string, keypaths ...string)*: parses and build new yaml content of given file. -*preline(pre , content string)*: prepends pre for every lines of content. -*echo(s ...string)*: echo every string s. -*read(file string)*: returns file content. - toc: multiple fixes - prelude: multiple fixes - fix #13 <https://github.com/mh-cbon/emd/issues/13>: add new template to show a license badge. - fix #14 <https://github.com/mh-cbon/emd/issues/14>: improved badge output, removed useless whitespace. - fix #2 <https://github.com/mh-cbon/emd/issues/2>: codeship badge template, added a CsProjectID parameter. - exec/shell/cat/gotest: avoid pre defined formatting, old behavior can be reset via new options defined into the prelude data. On Wednesday, April 12, 2017 at 5:30:32 PM UTC+2, [email protected] wrote: > > Hi, > > I wanted to announce this update of emd > > Several updates summarized here, > https://github.com/mh-cbon/emd/releases/tag/0.0.9-beta > > Its a beta because you might be debugging few small corner cases parsing > issues, sorry >.< > > You can check the newly resulting md https://github.com/mh-cbon/emd#emd > made with this template > https://github.com/mh-cbon/emd/blob/master/README.e.md > > Note, there are 2 template funcs deprecated, but not removed, please > update, so they can be cleaned in future. > > > On Wednesday, February 22, 2017 at 10:40:27 PM UTC+1, [email protected] > wrote: >> >> Hi, >> >> I made this package to spare me some efforts >> while maintaining README files of my projects. >> >> Its a binary written in go which take advantages >> of text/template to allow dynamic generation >> of the README file with help of >> some fine grained helpers. >> >> Just check the README file of the project >> <https://github.com/mh-cbon/emd> >> and compare it with the e.md file >> <https://github.com/mh-cbon/emd/blob/master/README.e.md> >> I created for this project. >> >> With help of emd, now i can invoke >> emd gen -out README.md >> to generate an updated version of the README file >> (for most of what is doable to automate). >> >> Find the list of helpers here >> <https://github.com/mh-cbon/emd#templates-helper> >> >> I think its a good companion with godoc, >> each other being strong in the companion weaknesses. >> godoc is better for structured text for api documentation, >> markdown is better at loosely structured text. >> >> Find the repo at https://github.com/mh-cbon/emd >> >> That s it! >> > -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
