Sitecore.Utilities is a set of small modules for Sitecore.
- Sitecore PowerShell Extensions
View what is currently inside Sitecore caches. You can also remove selected entries or clean whole content.
- Sitecore PowerShell Extensions
Custom plugins for PowerShell ISE. Current version consists of:
- Open in CE - opens context script in Content Editor
- Serialize - serializes context script
- Sitecore PowerShell Extensions
Generate C# code representation of Template items using SPE
- Sitecore PowerShell Extensions
- Unicorn
Create Sitecore packages out of Unicorn configuration
- Sitecore PowerShell Extensions
- Unicorn
Generates dependency graph for Unicorn configuration
Resource packages (.dat files) can be generated using the Sitecore CLI and two scripts in the ps/ folder.
- .NET SDK
- Sitecore CLI local tool (restored via
dotnet tool restore)
dotnet tool restoreScans all Unicorn serialization configs under src/Feature and src/Foundation and generates
a *.module.json file per configuration into modules/Feature/ and modules/Foundation/.
.\ps\Generate-Modules.ps1Reads every *.module.json under modules/ and produces one .dat resource package per module
into the _out/ folder using dotnet sitecore res-pkg create.
.\ps\Generate-Dat.ps1dotnet tool restore # once, or after cloning
.\ps\Generate-Modules.ps1 # regenerate module definitions from Unicorn configs
.\ps\Generate-Dat.ps1 # build .dat packages into _out/



