cyucelen / marker

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

Encapsulating the color library inside marker #9

Open cyucelen opened 5 years ago

cyucelen commented 5 years ago

Marker depends on fatih/color library to colorizing strings for terminal output. Encapsulating the colorizing behavior inside marker library to prevent multiple imports from user side can be beneficial. I want to discuss the implementation details of this encapsulation and if its overkill and comes with restrictions along with it or not.

cyucelen commented 5 years ago

This will be probably a breaking change. fatih/color already archived maybe we can just include the whole project to our?