From f17187c1adcb41e96e28099ca3a3dc95abed9713 Mon Sep 17 00:00:00 2001 From: GigiaJ Date: Mon, 24 Nov 2025 02:32:56 -0600 Subject: [PATCH] Add simple readme for now --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..17a315f --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ + +Initially this was a part of my Pulumi configs, but as the scope and usability expanded it made more sense for it to be a library instead. +It's fully functional for what it seeks to do, which is provide an idiomatic way of expressing infrastructure as code through a familiar LISP style. + +The goal isn't to limit functionality, but instead expand behavior and usage patterns by providing the full power functionality of Clojure through composability and metaprogramming. + +The best example of usage are [my own infrastructure configs](https://github.com/GigiaJ/iac-cljs-configs#) + + +I'll detail more later (check my config README if you're desperate to get this alpha build running).