diff --git a/README.md b/README.md index 468373b..63a3854 100644 --- a/README.md +++ b/README.md @@ -25,13 +25,25 @@ cq aims to: ## Features -- Comes with [Specter](https://github.com/redplanetlabs/specter) (`(s/...)`), [medley](https://github.com/weavejester/medley) (`(m/...)`), [camel-snake-kebab](https://clj-commons.org/camel-snake-kebab/) (`(csk/...)`) & [xml-in](https://github.com/tolitius/xml-in) (`(xml/...)`) for transforming nested data structures and utilities -- Various [reader macros](#reader-macros) that make writing queries easier -- [Threading macro redirection](#threading-macro-redirection) reduces need for parentheses - Supports all elements of Clojure that are supported by [SCI](https://github.com/borkdude/sci) -- No startup lag thanks to GraalVM native-images -- Data Formats: EDN, YAML, JSON, XML, MsgPack, CSV, Cognitec's Transit format, Text (raw and line-separated) +- Data Formats: + - EDN + - YAML + - JSON + - XML + - MsgPack + - CSV + - Cognitec's Transit format + - Text (raw and line-separated) +- [Various reader macros](#reader-macros) that make writing queries easier +- [Threading macro redirection](#threading-macro-redirection) reduces need for parentheses - Coloured output / syntax highlig for EDN output +- No startup lag thanks to GraalVM native-images +- Comes batteries-included with the following libraries for transforming nested data structures and utilities + - [specter](https://github.com/redplanetlabs/specter) (`(s/...)`) + - [medley](https://github.com/weavejester/medley) (`(m/...)`) + - [camel-snake-kebab](https://clj-commons.org/camel-snake-kebab/) (`(csk/...)`) + - [xml-in](https://github.com/tolitius/xml-in) (`(xml/...)`) ## Installation