From bb8fa1f6a8a422dde43943eef9a22b2f557d5824 Mon Sep 17 00:00:00 2001 From: Sven Heidemann Date: Wed, 29 Jun 2022 17:40:05 +0200 Subject: [PATCH] Improved readme --- README.md | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/README.md b/README.md index 58eb7203..103a87b2 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ ## Table of Contents
    +
  1. Features
  2. Getting Started
+## Features + +- Expandle +- Application base + - Standardized application classes + - Application object builder + - Application extension classes + - Startup classes + - Startup extension classes +- Configuration + - Configure via object mapped JSON + - Console argument handling +- Console class for in and output + - Banner + - Spinner + - Options (menu) + - Table + - Write + - Write_at + - Write_line + - Write_line_at +- Dependency injection + - Service lifetimes: singleton, scoped and transient +- Providing of application environment + - Environment (development, staging, testing, production) + - Appname + - Customer + - Hostname + - Runtime directory + - Working directory +- Logging + - Standardized logger + - Log-level (FATAL, ERROR, WARN, INFO, DEBUG & TRACE) +- Mail handling + - Send mails +- Pipe classes + - Convert input +- Utils + - Credential manager + - Encryption via BASE64 + - PIP wrapper class based on subprocess + - Run pip commands + - String converter to different variants + - to_lower_case + - to_camel_case + - ... ## Getting Started