Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.17 KB

README.md

File metadata and controls

34 lines (22 loc) · 1.17 KB

Dropcraft

Forked from https://github.com/Dropcraft/Dropcraft NuGet-based deployment and application composition framework for .NET and .NET Core. The main goal of the framework is to allow an application composition directly from the NuGet packages.

Build status

Features

  • NuGet packages deployment from the remote and local sources to a target folder
  • Runtime application composition
  • Package based application extensibility model (i.e. NuGet packages as plugins)
  • Framework extensibility via the deployment and runtime hooks

Roadmap

  • v0.2 - Full support for .NET 4.6.2 WPF and console applications
  • v0.4 - Full support for ASP.NET Core
  • v0.6 - Full support for .NET Core applications on Linux
  • v1.0 - Stable deployment and runtime APIs for all supported platforms

Documentation

Build

Cake is used to build the project. On Windows run:

./build