too early in the morning, and forgot to RTFM, i forgot the --data argument (see ~~~~ emd gen --help | grep data)
So basically, just few code additions and you are good to go. (Hope for a better plugin deployment support in golang, that small program definitely will benefit of it and untie it with its hard coded templates, until then, it works ; ) On Saturday, March 4, 2017 at 11:32:39 PM UTC+1, Tong Sun wrote: > > Looks really good, thanks. > > Is it possible to support the codeship.com badges? They are ID based. > e.g., > > https://codeship.com/projects/147070 > https://codeship.com/projects/135255 > > > BTW, just to clearly understand the command line: > > emd gen -out README.md >> to generate an updated version of the README file. > > > Will emd always assume the input file to be README.e.md, or something > else? > > Thanks > > > On Wednesday, February 22, 2017 at 4:40:27 PM UTC-5, mhh...@gmail.com > 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 golang-nuts+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.