Skip to content

Ben-m-s/generator-habitat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

generator-habitat NPM version

Yeoman generator for Sitecore Habitat

Installation

First, install Yeoman and generator-habitat using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-habitat

Installing Habitat

Prerequisites:

  • Install a Sitecore instance with SIM. Use the version Habitat currently supports. You may use any hostname and path.
  • Install WFFM on your Sitecore instance.
  • You need a copy of Git installed.

Then:

  • Open an ADMINISTRATIVE command prompt (or PowerShell)
  • cd to where you want to install Habitat (make a new folder for your repository):
cd path\to\myNewHabitat
yo habitat

... then follow the prompts.

When you're done, you'll have a fully functioning Habitat installation.

Adding Features to Habitat

Execute in the root of your existing Habitat installation:

yo habitat:feature

...then follow the prompts.

Adding Foundation Modules to Habitat

Execute in the root of your existing Habitat installation:

yo habitat:foundation

...then follow the prompts.

License

Apache-2.0

About

Yeoman generator for Sitecore Habitat

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.0%
  • C# 3.0%