Skip to content

GADMarko/MvcModelGenerator

 
 

Repository files navigation

MvcModelGenerator

MvcModelGenerator is a DSL package (a plugin module) for Rhetos development platform.

MvcModelGenerator automatically generates ASP.NET MVC model for all entities and other queryable data structures that are defined in a Rhetos application.

See rhetos.org for more information on Rhetos.

Prerequisites

Utilities in this project are based on relative path to Rhetos repository. Rhetos source must be downloaded to a folder with relative path ..\..\Rhetos.

Sample folder structure:

\ROOT
	\Rhetos
	\RhetosPackages
		\MvcModelGenerator

Build and Installation

Build package with Build.bat. Check BuildError.log for errors.

Instalation package creation:

  1. Set the new version number in ChangeVersion.bat and start it.
  2. Run Build.bat.
  3. Run CreatePackage.bat. Instalation package (.zip) is going to be created in parent directory of MvcModelGenerator.

About

DSL package for Rhetos platform

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 97.3%
  • Shell 2.7%