questnet / FSCS-Lensgenerator

F# Lensgenerator implemented by using FSharp.Compiler.Services

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FSCS-LensGenerator

Generate Lenses for an FSharp project, currently only Aether is supported.

branch status
master Build status
Samples: master Build status

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:

  1. Installation process
  2. Software dependencies
  3. Latest releases
  4. 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:

About

F# Lensgenerator implemented by using FSharp.Compiler.Services

License:MIT License


Languages

Language:F# 92.8%Language:C# 3.9%Language:Shell 2.8%Language:Batchfile 0.4%