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

crystal.README.mustache Maven / Gradle / Ivy

There is a newer version: 7.7.0
Show newest version
# {{shardName}}

The Crystal module for the {{appName}}

{{#appDescriptionWithNewLines}}
{{{.}}}
{{/appDescriptionWithNewLines}}

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

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

## Installation

### Install from Git

Add the following to shard.yaml

```yaml
dependencies:
  {{{shardName}}}:
    github: {{gitUserId}}{{^gitUserId}}YOUR_GIT_USERNAME{{/gitUserId}}/{{gitRepoId}}{{^gitRepoId}}YOUR_GIT_REPO{{/gitRepoId}}
    version: ~> {{shardVersion}}
```

## Development

Install dependencies

```shell
shards
```

Run the tests:

```shell
crystal spec
```




© 2015 - 2024 Weber Informatics LLC | Privacy Policy