From d40663f8c869d5e6868699854b39d2e31f779f1b Mon Sep 17 00:00:00 2001 From: Brian Kohan Date: Thu, 7 Mar 2024 05:47:06 -0800 Subject: [PATCH] :handshake: Update README.md (#256) Add django-typer app and include a link to click. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8403424..d45e561 100644 --- a/README.md +++ b/README.md @@ -132,9 +132,10 @@ _For a complete listing of all available packages, see [Django Packages](https:/ ### Commands - [django-extensions](https://github.com/django-extensions/django-extensions/) - Custom management extensions, notably `runserver_plus` and `shell_plus`. -- [django-click](https://github.com/GaretJax/django-click) - Write Django management commands using the click CLI library. +- [django-click](https://github.com/GaretJax/django-click) - Write Django management commands using the [click CLI library](https://click.palletsprojects.com). - [django-dbbackup](https://github.com/django-dbbackup/django-dbbackup) - Management commands to help backup and restore your project database and media files. - [django-liquidb](https://github.com/Gusakovskiy/django-liquidb) - Django application to simplify migration management and changes in states of db scheme. +- [django-typer](https://github.com/bckohan/django-typer) - Write Django management commands using the [Typer CLI library](https://typer.tiangolo.com). ### Configuration