https://github.com/alan-null/sitecore.utilities
Set of small modules for Sitecore.
https://github.com/alan-null/sitecore.utilities
powershell sitecore sitecore-helix sitecore-module sxa unicorn
Last synced: 3 months ago
JSON representation
Set of small modules for Sitecore.
- Host: GitHub
- URL: https://github.com/alan-null/sitecore.utilities
- Owner: alan-null
- Created: 2019-01-27T23:32:44.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-12-09T23:18:02.000Z (about 6 years ago)
- Last Synced: 2024-01-24T04:12:56.104Z (about 2 years ago)
- Topics: powershell, sitecore, sitecore-helix, sitecore-module, sxa, unicorn
- Language: C#
- Size: 1.2 MB
- Stars: 8
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sitecore.Utilities
**Sitecore.Utilities** is a set of small modules for **Sitecore**.
# Modules
## CacheViewer
### Prerequisites
- Sitecore PowerShell Extensions
### Description
View what is currently inside Sitecore caches. You can also remove selected entries or clean whole content.
### Demo

### Links
- [CacheViewer-1.0.zip](https://github.com/alan-null/Sitecore.Utilities/releases/download/2019-12-10/Sitecore.Utilities.Feature.CacheViewer-1.0.zip)
## ISEPlugins
### Prerequisites
- Sitecore PowerShell Extensions
### Description
Custom plugins for PowerShell ISE. Current version consists of:
- Open in CE - opens context script in Content Editor
- Serialize - serializes context script
### Demo

### Links
- [ISEPlugins-1.0.zip](https://github.com/alan-null/Sitecore.Utilities/releases/download/2019-12-10/Sitecore.Utilities.Feature.ISEPlugins-1.0.zip)
## TemplateCodeGenerator
### Prerequisites
- Sitecore PowerShell Extensions
### Description
Generate C# code representation of Template items using SPE
### Demo

### Links
- [TemplateCodeGenerator-1.0.zip](https://github.com/alan-null/Sitecore.Utilities/releases/download/2019-12-10/Sitecore.Utilities.Feature.TemplateCodeGenerator-1.0.zip)
- [Blog post](https://alan-null.github.io/2016/07/template-code-generator)
## UnicornPackaging
### Prerequisites
- Sitecore PowerShell Extensions
- Unicorn
### Description
Create Sitecore packages out of Unicorn configuration
### Demo

### Links
- [UnicornPackaging-1.0.zip](https://github.com/alan-null/Sitecore.Utilities/releases/download/2019-12-10/Sitecore.Utilities.Feature.UnicornPackaging-1.0.zip)
- [Blog post](https://alan-null.github.io/2019/01/unicorn-packaging)
## UnicornDependencyGraphGenerator
### Prerequisites
- Sitecore PowerShell Extensions
- Unicorn
### Description
Generates dependency graph for Unicorn configuration
### Demo

### Links
- [UnicornDependencyGraphGenerator-1.0.zip](https://github.com/alan-null/Sitecore.Utilities/releases/download/2019-12-10/Sitecore.Utilities.Feature.UnicornDependencyGraphGenerator-1.0.zip)
- [Blog post](https://alan-null.github.io/2017/01/unicorn-dependency-graph)