Umbraco.Community.Schemex.Exporter 1.0.0-beta001

This is a prerelease version of Umbraco.Community.Schemex.Exporter.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Umbraco.Community.Schemex.Exporter --version 1.0.0-beta001                
NuGet\Install-Package Umbraco.Community.Schemex.Exporter -Version 1.0.0-beta001                
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="Umbraco.Community.Schemex.Exporter" Version="1.0.0-beta001" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Umbraco.Community.Schemex.Exporter --version 1.0.0-beta001                
#r "nuget: Umbraco.Community.Schemex.Exporter, 1.0.0-beta001"                
#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 Umbraco.Community.Schemex.Exporter as a Cake Addin
#addin nuget:?package=Umbraco.Community.Schemex.Exporter&version=1.0.0-beta001&prerelease

// Install Umbraco.Community.Schemex.Exporter as a Cake Tool
#tool nuget:?package=Umbraco.Community.Schemex.Exporter&version=1.0.0-beta001&prerelease                

Schemex.Exporter

Downloads NuGet GitHub license

Package for exporting all schema data and content from an Umbraco project using an API endpoint.

The package is installed in your source project, where you keep your baseline schema data. It exposes an endpoint (/umbraco/schemex/export/get) that returns a package.xml file containing all Content Types, Media Types, Data Types, Stylesheets, Templates, Dictionary Items, and the first content node and its descendants.

You can then install the Importer package of Schemex in your source project, and use that to import the schema from your source project to a new project.

The file generated by the exporter package can also either be used in a starter kit package made for Umbraco, or imported with a package like Dragonfly Schema Importer.

Note. This package essentially exposes all of your schema data publicly. Don't install this package on a sensitive Umbraco project, or make sure to delete it, once you don't need it anymore!

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
1.1.0 101 10/11/2024
1.0.0 98 10/11/2024
1.0.0-beta001 82 10/11/2024