Add crayon module (#35)

* Add "crayon" module

* Update subtitle for "crayon"
This commit is contained in:
Abdullah Atta 2019-11-12 05:30:37 +05:00 committed by Alexander Medvednikov
parent c116e10d71
commit cd77fff1d4
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ A curated list of awesome V frameworks, libraries, software and resources.
### Text processing
* [v-regex](https://github.com/ShellBear/v-regex) - A simple regex library for V.
* [chalk](https://github.com/etienne-napoleone/chalk) - Colorize strings in the terminal.
* [crayon](https://github.com/thecodrr/crayon) - 🖍️ Paint your terminal output like Picasso 🎨
### Automation
* [vrobot](https://github.com/eioo/vrobot) - Desktop automation for V. Only supports Windows.