BootEasy is a small framework to help hooking in to the Umbraco startup events.
Instead of implementing a class that inherits from Umbraco.Core.ApplicationEventHandler and hooking into the different startup events, with BootEasy you will implement a class inherting one of the base classes provided by BootEasy to hook in to these events. For more information see https://github.com/dawoe/umbraco-booteasy
This package is also available as a nuget package :
https://www.nuget.org/packages/Our.Umbraco.BootEasy