Skip to content

.net core middleware to render pages that serves dummy content (work in progress, yet to be implemented)

Notifications You must be signed in to change notification settings

thekfactr/loremware

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Loremware

Loremware is a really simple middleware that attempts to solve a really simple task of providing some dummy content for your pages!

Usage

  • Use nuget to first include the package to your project
  • In your Startup.cs file, in the Configure method add the following
if (env.IsDevelopment())
{
   app.UseLoremware();
}

In order to show the lorem ipsum page, just add tlw to the any part of the path or the query string

About

.net core middleware to render pages that serves dummy content (work in progress, yet to be implemented)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages