![]() |
VOOZH | about |
dotnet new install OpenStrata.NET.Templates@1.0.40
OpenStrata.NET.Templates provides comprehensive dotnet new templates for building enterprise-ready Microsoft Power Platform solutions. This template pack revolutionizes Power Platform development by introducing NuGet-style package management, enabling teams to create reusable "Strati" packages with automatic dependency resolution and streamlined deployment workflows.
OpenStrata transforms Power Platform development from manual, copy-paste solutions into a modern package-based ecosystem. Create Strati packages - NuGet packages containing complete Power Platform capabilities (Dataverse solutions, deployment logic, configuration data, plugins) that can reference other Strati packages, enabling true component reuse with automatic dependency sequencing.
Before OpenStrata: Manual deployments, copy-paste solutions, dependency coordination nightmares
With OpenStrata: Package-based development, automated deployments, zero-effort dependency management
Install the templates using the .NET CLI:
dotnet new install OpenStrata.NET.Templates
# Create a new folder for your solution
mkdir ContosoSales
cd ContosoSales
# Generate complete OpenStrata solution
dotnet new os-dotnet -pn "Contoso Corporation" -pp "contoso"
# Build and create your first Strati package
dotnet build
This creates a complete solution with:
Add these to existing OpenStrata solutions:
# Create solution with custom name
dotnet new os-dotnet -n MyProject -pn "Contoso" -pp "contoso"
# Add plugin project to existing solution
dotnet new os-plugin -n MyPlugin
# Add PCF control project
dotnet new os-pcf -n MyControl
# Add Power Pages project
dotnet new os-powerpages -n MySite
These templates are part of the comprehensive OpenStrata Initiative:
All components work together seamlessly to provide an end-to-end Power Platform ALM solution.
The OpenStrata Initiative is an open-source project revolutionizing Microsoft Power Platform development by introducing modern package management practices. Our mission is to enable organizations to Distribute, Discover, Consume, and Integrate (DDCI) production-ready Power Platform capabilities through:
We welcome contributions! Please see our Contributing Guidelines for details.
This project is licensed under the Apache License 2.0 - see the file for details.
Copyright © 74Bravo LLC and Contributors. All rights reserved.
This package has no dependencies.
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.40 | 265 | 2/7/2026 |
| 1.0.30 | 455 | 10/30/2025 |
| 0.3.79-preview | 1,489 | 10/22/2022 |
| 0.3.76-preview | 553 | 10/22/2022 |
| 0.3.72-preview.1 | 588 | 11/22/2021 |
| 0.3.32-preview | 615 | 11/15/2021 |
| 0.3.0-preview | 613 | 11/9/2021 |
| 0.2.83-beta | 641 | 10/29/2021 |
| 0.2.62-beta | 636 | 10/27/2021 |
0.3.*-preview
- These releases are in support of the OpenStrata Initiative's preview phase. In this phase, the primary OpenStrata project types are functionally operational, but have not been "field-tested".
0.2.*:
- These releases are in support of the OpenStrata Initiative's proof-of-concept phase.