cyucelen / marker

🖍️ Marker is the easiest way to match and mark strings for colorful terminal outputs!
MIT License
47 stars 13 forks source link

Add script that generates images for readme #26

Closed Darkclainer closed 4 years ago

Darkclainer commented 4 years ago

Script helps to generate clean images from examples for README.md

Second solution. This actually works, but somebody (who knows css) should clean template for more neat output.

Issue #18

codecov-io commented 4 years ago

Codecov Report

Merging #26 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #26   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           3      3           
  Lines         106    106           
=====================================
  Hits          106    106

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 3f64c2c...cd2b99e. Read the comment docs.

cyucelen commented 4 years ago

Actually, these images looks awesome! :yum: Maybe we can compress them a little after generation, because each of them is about 600KB right now.

Darkclainer commented 4 years ago

Thank you for noticing. I made compression automatically.

Darkclainer commented 4 years ago

I've just realized, that I made mistake in the post above. Now script generates compressed images without any extra actions. You simply do: ./generate

cyucelen commented 4 years ago

Is it generating compressed images now?

Darkclainer commented 4 years ago

Yes, it does.