mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2025-05-06 03:32:57 +00:00
README
This commit is contained in:
parent
f908378408
commit
dc8a2c0b46
@ -9,10 +9,12 @@
|
||||
<Authors>Ahmed Kh. Zamil</Authors>
|
||||
<Company>Esiur Foundation</Company>
|
||||
|
||||
<PackageLicenseUrl>https://github.com/Esiur/Esiur-dotnet/blob/master/LICENSE</PackageLicenseUrl>
|
||||
<PackageProjectUrl>http://www.esiur.com</PackageProjectUrl>
|
||||
<RepositoryUrl>https://github.com/esiur/esiur-dotnet/</RepositoryUrl>
|
||||
|
||||
<PackageReadmeFile>README.md</PackageReadmeFile>
|
||||
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
||||
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>net8.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
@ -30,6 +32,7 @@
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Esiur\Esiur.csproj" />
|
||||
<None Include="README.md" Pack="true" PackagePath="\"/>
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
29
Esiur.CLI/README.md
Normal file
29
Esiur.CLI/README.md
Normal file
@ -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
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user