Skip to content
This repository has been archived by the owner on May 31, 2018. It is now read-only.

pekkah/ItIsAlive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

It Is Alive

Generic bootstrapper for rapidly building applications.

NuGet packages are not ready for publishing yet! You can still download and build them yourself!

Getting Started

Install-Package ItIsAlive

var bootstrapper = new ItIs().Dependencies(from => from.AssemblyOf<YourDependency>()).Alive();

NHibernate Extension

Install-Package ItIsAlive.Extensions.NHibernate

var bootstrapper = new ItIs().ConfigureNHibernate(() => 
{ 
	var configuration = new Configuration();
	// todo configure database, mappings etc.
	return configuration;
 }).Alive();

About

Convention based generic bootstrapper with extensions

Resources

License

Stars

Watchers

Forks

Packages

No packages published