Skip to content

Courgette is a small library that helps to manage configuration models in the F# scripts.

Notifications You must be signed in to change notification settings

HenryKovalevsky/Courgette

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Courgette

NuGet version (Courgette)

Courgette is a small library that helps to manage configuration models in the F# scripts.


Stuffed courgette — фаршированные кабачки.

Basic Usage Example

#r @"nuget: Courgette"

[<Struct>]
type Config =
  { ConnectionString: string
    ProjectionServiceBaseUri: string }

type Environment =
  | Development
  | Production

let config = Courgette.Struct.init<Config> Environment.Development

About

Courgette is a small library that helps to manage configuration models in the F# scripts.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages