embix - FSCSLensGenerator 0.4.2
FSCS-LensGenerator is a code generator that generates lenses/optics for your F# projects. Currently only Aether output is supported but we're open accept other output providers.
PM> Install-Package FSCSLensGenerator -Version 0.4.2 -Source https://www.myget.org/F/embix/api/v3/index.json
> nuget.exe install FSCSLensGenerator -Version 0.4.2 -Source https://www.myget.org/F/embix/api/v3/index.json
> dotnet add package FSCSLensGenerator --version 0.4.2 --source https://www.myget.org/F/embix/api/v3/index.json
source https://www.myget.org/F/embix/api/v3/index.json
nuget FSCSLensGenerator ~> 0.4.2
Copy to clipboard
> choco install FSCSLensGenerator --version 0.4.2 --source https://www.myget.org/F/embix/api/v2
Import-Module PowerShellGet
Register-PSRepository -Name "embix" -SourceLocation "https://www.myget.org/F/embix/api/v2"
Install-Module -Name "FSCSLensGenerator" -RequiredVersion "0.4.2" -Repository "embix"
Copy to clipboard
FSCS-LensGenerator
Generate Lenses for an FSharp project, currently only Aether is supported.
| branch | status |
|---|---|
| master | |
| Samples: master |
Introduction
TODO: Give a short introduction of your project. Let this section explain the objectives or the motivation behind this project.
Getting Started
TODO: Guide users through getting your code up and running on their own system. In this section you can talk about:
- Installation process
- Software dependencies
- Latest releases
- API references
Sample Usage:
FSCSLensGenerator.exe
--projectname SampleProject
--projectdir C:\git\SampleSolution\SampleProject
--projectfilename SampleProject.fsproj
--outfilename C:\temp\SampleProject.Lenses\lenses.fs
--outputnamespace SampleProject.Test.Lenses
--syslib System.Numerics
--projlib ..\packages\FParsec\lib\net40-client\FParsec.dll
--projlib ..\packages\FParsec\lib\net40-client\FParsecCS.dll
--libdir C:\git\SampleSolution\bin
--binlib FunToolbox.dll
#Build and Test TODO: Describe and show how to build your code and run the tests.
#Contribute TODO: Explain how other users and developers can contribute to make your code better.
If you want to learn more about creating good readme files then refer the following guidelines. You can also seek inspiration from the below readme files:
fix: format function types
OwnersMichel Bretschneider |
AuthorsQuestNet GmbH |
Project URLhttps://github.com/questnet/FSCS-Lensgenerator |
LicenseUnknown |
TagsLens Optics CodeGeneration FSharp |
Info66 total downloads |
| 66 downloads for version 0.4.2 |
| Download (7.13 MB) |
| Found on the current feed only |
Package history
| Version | Size | Last updated | Downloads | Mirrored? | |||
|---|---|---|---|---|---|---|---|
|
0.4.2 | 7.13 MB | Fri, 08 Dec 2017 21:15:12 GMT | 66 |
|