MereGenerator 0.0.5

dotnet add package MereGenerator --version 0.0.5
NuGet\Install-Package MereGenerator -Version 0.0.5
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MereGenerator" Version="0.0.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MereGenerator --version 0.0.5
#r "nuget: MereGenerator, 0.0.5"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install MereGenerator as a Cake Addin
#addin nuget:?package=MereGenerator&version=0.0.5

// Install MereGenerator as a Cake Tool
#tool nuget:?package=MereGenerator&version=0.0.5

Class Generator for Mere. Generates class for Mere from Sql using mere.js config in executing directory. For easiest use move extract zip to "C:\Mere" or somewhere you can find it. Then click tool in visual studio and select "external tools". Add new tool name it "MereGenerator" or whatever floats your boat. For the "Command:" browse to and select "MereGenerator.exe". For the "Initial directory:" use "$(ProjectDir)". Additionally if you want your classes generated in vb.net for the "Arguments:" use "vb".  Execute without mere.js file to generate simply template.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.0.5 3,426 1/31/2014
0.0.4 1,190 4/20/2013
0.0.3 1,150 4/13/2013
0.0.2 1,277 4/13/2013
0.0.1 1,162 4/13/2013

Created zip with exe and dlls needed to generate classes, and puts generated directories in a folder named "Generated" in you projected or it's initial directory.  For easiest use move extract zip to "C:\Mere" or somewhere you can find it. Then click tool in visual studio and select "external tools". Add new tool name it "MereGenerator" or whatever floats your boat. For the "Command:" browse to and select "MereGenerator.exe". For the "Initial directory:" use "$(ProjectDir)". Additionally if you want your classes generated in vb.net for the "Arguments:" use "vb".