Generate Lenses for an FSharp project, currently only Aether is supported.
branch | status |
---|---|
master | |
Samples: master |
TODO: Give a short introduction of your project. Let this section explain the objectives or the motivation behind this project.
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: