From 775254ccfb5d68e803abd804d1983c5437faa5b8 Mon Sep 17 00:00:00 2001 From: David Botton Date: Mon, 13 Dec 2021 21:26:02 -0500 Subject: [PATCH] Add builder to readme --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 15dc7d5..6665233 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,13 @@ CL-USER> (ql:quickload :clog/tools) CL-USER> (clog-tools:clog-db-admin) ``` +The clog-builder GUI Builder tool can be run with: + +``` +CL-USER> (ql:quickload :clog/tools) +CL-USER> (clog-tools:clog-builder) +``` + You can also open a "clog-repl" window in your browser to play from the common-lisp repl: @@ -132,6 +139,7 @@ to be a CLOGer. ![Image of demo2](https://rabbibotton.github.io/images/clog-demo2.png) ![Image of demo3](https://rabbibotton.github.io/images/clog-demo3.png) ![Image of clog-db-admin](https://rabbibotton.github.io/images/clog-db-admin.png) +![Image of clog-builder](https://rabbibotton.github.io/images/clog-builder.png) ![Image of clog-web-containers](https://rabbibotton.github.io/images/clog-web-containers.png) @@ -231,6 +239,7 @@ Demo Summary Tool Summary - clog-db-admin - SQLite3 admin tool +- clog-builder - GUI Builder Template Summary