From 743e1ca7ad3e7e51661467efdda621d754b6e21d Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Thu, 22 Feb 2024 03:07:16 -0800 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 014ae0be..a961cb47 100644 --- a/README.md +++ b/README.md @@ -1483,6 +1483,10 @@ archivebox manage reset_db pip install django-tui # ensure django-tui is in INSTALLED_APPS: core/settings.py archivebox manage tui + +# show python and JS package dependency trees +pdm list --tree +npm ls --all ``` ArchiveBox ORM models relatinoship graph