generator-prospero v1.0.0-preview.2
generator-prospero

Installation
First, install Yeoman and generator-prospero using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-prosperoAlternatively, you can just link the source directory:
npm linkThen go to the directory where you would like to contain it and generate your new project:
yo prosperoGetting To Know Prospero
This generator creates a standard Core + Service + Web + UnitTests solution, together with Cake build scripts, using the Prospero stack. This template is fully configured with Data Access, and also supports Entity Framework Code First Migrations.
Migrations can be accessed via .Web > "dotnet ef migrations|database ". Any concrete class inheriting from Entity is added to the model. When using collection properties, make sure to add an implementation of IEntityTypeOverride and configure the HasOne() and HasMany() sides.
Documentation: https://stormid.github.io
License
MIT ©
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago