Giter Club home page Giter Club logo

zbu.modelsbuilder's Introduction

Umbraco Models Builder

Copyright (C) Umbraco ZpqrtBnk 2013-2016 Distributed under the MIT license

A tool that can generate a complete set of strongly-typed published content models for Umbraco. Models are available in controllers, views, anywhere. Runs either from the Umbraco UI, from the command line, or from Visual Studio.

Requires Umbraco 7.1.4 or later.

Documentation

More infos, including a (hopefully) complete documentation, can be found in the wiki.

WARNING the documentation has not been updated for version 3 (Umbraco.ModelsBuilder) yet.

Building

Simply building the solution (in Visual Studio) either in Debug or Release does NOT build any NuGet package. Building in Debug mode does NOT build the VSIX package, but building in Release mode DOES build the VSIX package.

Important before releasing a new version, ensure that Umbraco.ModelsBuilder.Api.ApiVersion contains the proper constants for API client/server version check.

In order to build the NuGet package and the VSIX package, use the build.ps1 Powershell script:

To build version 1.2.3.45 (aka release 1.2.3) build.ps1 1.2.3 45

To build version 1.2.3.45 beta001 (aka pre-release 1.2.3-beta001) build.ps1 1.2.3 45 beta001

The "45" number should be incremented each time we release, so that version 1.2.3-beta001 has assemblies with version 1.2.3.45 version 1.2.3-beta002 has assemblies with version 1.2.3.46 version 1.2.3 (final) has assemblies with version 1.2.3.47

This will create directory build/Release/v1.2.3-whatever containing:

  • Umbraco.ModelsBuilder.1.2.3-whatever.nuget = main NuGet package
  • Umbraco.ModelsBuilder.Api.1.2.3-whatever.nuget = api server NuGet package
  • Umbraco.ModelsBuilder.CustomTool-1.2.3-whatever.vsix = Visual Studio Extension

Note: we are not building an Umbraco package anymore.

Projects

*Umbraco.ModelsBuilder - the main project, installed on the website *Umbraco.ModelsBuilder.Api - the api server *Umbraco.ModelsBuilder.Console - a console tool *Umbraco.ModelsBuilder.CustomTool - the Visual Studio extension *Umbraco.ModelsBuilder.Tests - the tests suite

Both .Console and .CustomTool require that the .Api is installed on the website (not installed by default).

zbu.modelsbuilder's People

Contributors

nul800sebastiaan avatar shazwazza avatar zpqrtbnk avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.