https://github.com/dropcraft/dropcraft
NuGet-based deployment and application composition framework for .NET and .NET Core
https://github.com/dropcraft/dropcraft
c-sharp netstandard nuget nuget-packages plugins
Last synced: 3 months ago
JSON representation
NuGet-based deployment and application composition framework for .NET and .NET Core
- Host: GitHub
- URL: https://github.com/dropcraft/dropcraft
- Owner: Dropcraft
- License: mit
- Created: 2016-08-24T21:38:46.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-10T03:33:10.000Z (about 9 years ago)
- Last Synced: 2025-06-13T21:44:33.508Z (7 months ago)
- Topics: c-sharp, netstandard, nuget, nuget-packages, plugins
- Language: C#
- Homepage: http://dropcraft.net/
- Size: 652 KB
- Stars: 18
- Watchers: 5
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.
[](https://ci.appveyor.com/project/AndreiMarukovich/dropcraft/branch/master)
## 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
- [Introduction](http://lunarfrog.com/blog/introducing-dropcraft-nuget)
- [API documentation](http://dropcraft.net/api/index.html)
## Build
Cake is used to build the project. On Windows run:
```powershell
./build
```