From dc8a2c0b46513891db76c9fa4561118a7c6bd4dc Mon Sep 17 00:00:00 2001 From: Ahmed Zamil Date: Wed, 16 Oct 2024 00:51:12 +0300 Subject: [PATCH] README --- Esiur.CLI/Esiur.CLI.csproj | 7 +++++-- Esiur.CLI/README.md | 29 +++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+), 2 deletions(-) create mode 100644 Esiur.CLI/README.md diff --git a/Esiur.CLI/Esiur.CLI.csproj b/Esiur.CLI/Esiur.CLI.csproj index 9d0566c..16f9246 100644 --- a/Esiur.CLI/Esiur.CLI.csproj +++ b/Esiur.CLI/Esiur.CLI.csproj @@ -9,11 +9,13 @@ Ahmed Kh. Zamil Esiur Foundation - https://github.com/Esiur/Esiur-dotnet/blob/master/LICENSE http://www.esiur.com https://github.com/esiur/esiur-dotnet/ - Exe + README.md + MIT + + Exe net8.0 enable enable @@ -30,6 +32,7 @@ + diff --git a/Esiur.CLI/README.md b/Esiur.CLI/README.md new file mode 100644 index 0000000..d8123db --- /dev/null +++ b/Esiur.CLI/README.md @@ -0,0 +1,29 @@ +# Esiur CLI + +A command-line utility to generate + +# Installation +- Command-line +``` dotnet tool install -g Esiur.CLI ``` + +# Usage +``` +Available commands: + get-template Get a template from an IIP link. + version Print Esiur version. + +Global options: + -u, --username Authentication username. + -p, --password Authentication password. + -d, --dir Directory name where the generated models will be saved. + -a, --async-setters Use asynchronous property setters. + +``` + +## Example + +``` + dotnet run esiur get-template iip://localhost/sys/service +``` + +