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
First you need install yeoman.
npm install -g yo
Then install the generator.
npm install -g yo umbraco-cms
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! 💥
I'd like feedback. Is it worth adding a way to specify the database type?