All Downloads are FREE. Search and download functionalities are using the official Maven repository.

powershell.README.mustache Maven / Gradle / Ivy

There is a newer version: 7.7.0
Show newest version
# {{packageName}} - the PowerShell module for the {{appName}}

{{#appDescription}}
{{{appDescription}}}
{{/appDescription}}

This PowerShell module is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: {{appVersion}}
- SDK version: {{packageVersion}}
{{^hideGenerationTimestamp}}
- Build date: {{generatedDate}}
{{/hideGenerationTimestamp}}
- Build package: {{generatorClass}}
{{#infoUrl}}
    For more information, please visit [{{{infoUrl}}}]({{{infoUrl}}})
{{/infoUrl}}


## Frameworks supported
- PowerShell 3.0 or later


## Dependencies
- C# API client generated by OpenAPI Generator AND should be located in {{{csharpClientPath}}} as stated in Build.ps1


## Installation
Run the following command to generate the DLL
- [Windows] `Build.ps1`

Then import module from the .\src\{{{packageName}}} folder:
```powershell
using {{packageName}}.{{apiPackage}};
using {{packageName}}.Client;
using {{packageName}}.{{modelPackage}};
```





© 2015 - 2024 Weber Informatics LLC | Privacy Policy