mirror of
https://github.com/agarrharr/awesome-cli-apps
synced 2024-11-05 04:38:52 +01:00
Add new category resources
This commit is contained in:
parent
c7b331f17d
commit
96e987bef1
17
README.md
17
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
|
||||
|
||||
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.
|
||||
|
Loading…
Reference in New Issue
Block a user