1.0.0-preview.2 • Published 7 years ago

generator-prospero v1.0.0-preview.2

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

generator-prospero NPM version Build Status Dependency Status Coverage percentage

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-prospero

Alternatively, you can just link the source directory:

npm link

Then go to the directory where you would like to contain it and generate your new project:

yo prospero

Getting 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 ©

1.0.0-preview.2

7 years ago

1.0.0-preview.1

7 years ago

1.0.0-beta7

8 years ago

1.0.0-beta6

8 years ago

1.0.0-beta5

8 years ago

1.0.0-beta5-001

8 years ago

1.0.0-beta4

8 years ago

1.0.0-beta3

8 years ago

1.0.0-beta2

8 years ago

1.0.0-beta1

8 years ago