Skip to content

dragomanov/TDS-Helix

 
 

Repository files navigation

TDS-Helix

Purpose

This is a custom PS module for scaffolding new module projects for Helix architecture.

It saves time, by doing everything you'd have to do manually, reduces possibilities of errors and ensures consistency in the file structure between modules

Setup

  • Copy NuGet_profile.ps1 into the location where you PS loads profile from (you can check that with $profile command in PS command window
  • Copy add-helix-module-configuration.json.user.example and remove the .example at the end
  • Adjust paths in NuGet_profile.ps1 and add-helix-module-configuration.json.user

Usage

  • Open Package Manager console
  • Run the code as Add-Feature FEATURE_NAME or Add-Foundation FOUNDATION_NAME (i.e. Add-Feature Articles)

Doc:

Detailed explanation can be found here https://unaverhoeven.ghost.io/2018/02/02/sitecore-helix-with-tds-create-a-new-module-with-powershell/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 93.3%
  • C# 6.7%