Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1009 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 1009 Bytes


Helixbase-modules

A repository to store modules (MVC or Headless) that can be used with the Helix Base repository, or in any Helix solution

Module submit instructions

  • Please supply a Readme with your module using the sample template

  • Include a package (if required) in the root folder of your module in a folder called sitecore package

  • Your module should follow the frameworks/conventions used in Helix Base e.g.:

    • use the Helixbase namespace - Helixbase.Feature.* for example
    • use SCS if serializing items
    • use Glass if mapping data for MVC modules, (you may wish to use the Foundation Repositories)