From 11579f11b13832b5250c089721d16ce43168780c Mon Sep 17 00:00:00 2001 From: Tyrrrz Date: Sun, 25 Oct 2020 01:55:12 +0300 Subject: [PATCH] Update readme --- Readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Readme.md b/Readme.md index 069619e..bfd80f2 100644 --- a/Readme.md +++ b/Readme.md @@ -6,6 +6,8 @@ [![Downloads](https://img.shields.io/nuget/dt/CliFx.svg)](https://nuget.org/packages/CliFx) [![Donate](https://img.shields.io/badge/donate-$$$-purple.svg)](https://tyrrrz.me/donate) +**Project status: active**. + CliFx is a simple to use, yet powerful framework for building command line applications. Its primary goal is to completely take over the user input layer, letting you forget about the infrastructure and instead focus on writing your application. This framework uses a declarative class-first approach for defining commands, avoiding excessive boilerplate code and complex configurations. ## Download