An open API service indexing awesome lists of open source software.

https://github.com/fsprojects/FSharp.TypeProviders.SDK

The SDK for creating F# type providers
https://github.com/fsprojects/FSharp.TypeProviders.SDK

fsharp sdk typeprovider

Last synced: about 2 hours ago
JSON representation

The SDK for creating F# type providers

Awesome Lists containing this project

README

          

# The F# Type Provider SDK

The F# Type Provider SDK contains the ``ProvidedTypes.fs`` API files you need to author type providers

## Getting Started

See [Documentation and samples on type provider creation](https://fsprojects.github.io/FSharp.TypeProviders.SDK)

## Building

[![Build and Test and Publish](https://github.com/fsprojects/FSharp.TypeProviders.SDK/actions/workflows/push.yml/badge.svg)](https://github.com/fsprojects/FSharp.TypeProviders.SDK/actions/workflows/push.yml)

Use

```shell
build.sh RunTests
```

or

```shell
build.cmd RunTests
```

## Maintainer(s)

- [@dsyme](https://github.com/dsyme)
- [@cartermp](https://github.com/cartermp)

The default maintainer account for projects under "fsprojects" is [@fsprojectsgit](https://github.com/fsprojectsgit) - F# Community Project Incubation Space (repo management)