From 3c0d4a91a07ee5d0d060d3477511bb38ef78c942 Mon Sep 17 00:00:00 2001 From: DarkWiiPlayer Date: Tue, 14 Jun 2022 22:45:23 +0200 Subject: [PATCH] Add smaller projects to readme --- readme.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/readme.md b/readme.md index cd9a008..87ee007 100644 --- a/readme.md +++ b/readme.md @@ -29,6 +29,15 @@ refactored into something decent. A repository of JavaScript snippets slowly turned into a front-end micro-framework over time. [Documentation](https://darkwiiplayer.github.io/js/) +### Just a bunch of smaller Lua libraries + +- [`arrr`](https://github.com/DarkWiiPlayer/arrr) for commandline argument parsing +- [`shapeshift`](https://github.com/DarkWiiPlayer/shapeshift) for data validations and transformations +- [`lumber`](https://github.com/DarkWiiPlayer/lumber) for logging +- [`scaffold`](https://github.com/DarkWiiPlayer/scaffold) for filesystem scaffolding +- [`skooma`](https://github.com/DarkWiiPlayer/skooma) for HTML generation (also ported to JS) +- [`streamcsv`](https://github.com/DarkWiiPlayer/streamcsv) for performant CSV reading + ## Talk to me about: - Programming