diff --git a/README.md b/README.md index 3842b9c..1a595eb 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [Text Manipulation](#text-manipulation) - [Screensavers](#screensavers) - [Graphics](#graphics) +- [Resources](#resources) - [Other](#other) ## Entertainment @@ -237,6 +238,22 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. * [weather-cli](https://github.com/riyadhalnur/weather-cli)- Check the weather for your city from your terminal +## Resources + +Some fine resources to write your own CLI App. + +### Node frameworks and packages + +- [meow](https://github.com/sindresorhus/meow) - The most simple way to write small CLI modules including argument parsing. +- [inquirer](https://github.com/dthree/vorpal) - A collection of common interactive command line user interfaces like checkboxes, radio buttons etc. with a simple but powerful API. +- [Vorpal](https://github.com/dthree/vorpal) - Complete solution for creating interactive apps. Includes UI features from inquirer. + +### Node Command-line utilities + +- [Chalk](https://github.com/chalk/chalk) - Beautiful API to have beautiful terminal string styling. +- [log-symbols](https://github.com/sindresorhus/log-symbols) - Colored symbols to differentiate output messages with a blink of an eye. +- [log-update](https://github.com/sindresorhus/log-update) – Useful for ASCII animation. For example loading indicators. + ## License Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.