Add flag to CLI to generate text READMEs
Author: olisticCreated May 3, 2018Updated Jun 17, 2018
Labelsgood first issuepkg: clitype: featurestatus: claimed
Level READMEs in markdown format could be great if you're using some kind of markdown processor to read them. If you're not planning on doing so, having the markdown syntax laying around creates noise. Running `warriorjs --no-markdown` should take care of that, and output to `README.txt` instead of `README.md`.
Source: olistic/warriorjs