generator-umbraco-cms

Installs umbraco from scratch

Usage no npm install needed!

<script type="module">
  import generatorUmbracoCms from 'https://cdn.skypack.dev/generator-umbraco-cms';
</script>

README

generator-umbraco-cms

downloads, nuget restores, builds and installs umbraco 7 End result, you load visual studio and click run and never see the install wizard.

A Yeoman generator for umbraco 7 CMS

Installation

First you need install yeoman.

npm install -g yo

Then install the generator.

npm install -g yo umbraco-cms

Usage

Create a directory for your new app.

mkdir new-umbraco; cd new-umbraco/

Generate your app and follow the prompts.

yo umbraco-cms

Load visual studio and run Umbraco! 💥

Future plans

I'd like feedback. Is it worth adding a way to specify the database type?