readme-md-generator
readme-md-generator copied to clipboard
Manage multiple authors
Fix #146
Codecov Report
Merging #147 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #147 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 24 24
Lines 197 197
Branches 21 21
=====================================
Hits 197 197
Impacted Files | Coverage Δ | |
---|---|---|
src/questions/author-twitter.js | 100% <ø> (ø) |
:arrow_up: |
src/questions/author-github.js | 100% <ø> (ø) |
:arrow_up: |
src/questions/author-name.js | 100% <ø> (ø) |
:arrow_up: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 32af6a2...797aa4b. Read the comment docs.
And if there are not the same number of authors names and github names or twitter ?
Maybe, if there are multiple authors, ask github or twitter for each ?
person1,,person3 TADAM problem solved. The way questions are asked it's too complicated for me to loop on these.
Hey @louckousse (sorry for the delay) thanks for your work 💪 I'll try to improve the rendering part by moving the code from ejs
to node
(using inquirer transformer function), it will allow us to make this code testable 👍