baconipsum 1.0.0
This will make textplaceholders fun again.
Thanks to https://baconipsum.com/
Install-Package baconipsum -Version 1.0.0
dotnet add package baconipsum --version 1.0.0
<PackageReference Include="baconipsum" Version="1.0.0" />
paket add baconipsum --version 1.0.0
#r "nuget: baconipsum, 1.0.0"
// Install baconipsum as a Cake Addin
#addin nuget:?package=baconipsum&version=1.0.0
// Install baconipsum as a Cake Tool
#tool nuget:?package=baconipsum&version=1.0.0
Bacon Ipsum
The most delicous way of handling placeholder text and images!
Does your lorem ipsum text long for something a little meatier? Give our generator a try… it's tasty!
Thanks to baconipsum.com
Introduction
This packages is gonna be the biggest sausage in your toolkit. Use is to create tasty placeholder text and nice images of bacon.
Getting Started
Install from https://nuget.org
Install-Package baconipsum
Usage
Go to Shared/viewImports
@using baconipsum
To create placeholder texts use
// Makes the default text
@BaconIpsum.MakeBacon();
//Handles number of paragraphs
@BaconIpsum.MakeBacon(int paras);
//Handles number of paragraphs and sentences
@BaconIpsum.MakeBacon(int paras, int sentences)
Sample
I have included a small sample project. The project is based on ASP.net core 3.1
<div class="text-center">
<h1 class="display-4">Welcome</h1>
<img src="@BaconIpsum.Baconmockup(200, 100)" alt="bacon" class="img-fluid" />
<p>@BaconIpsum.MakeBacon()</p>
</div>
Contribute
https://github.com/firstcontributions/first-contributions
Sync to github - what the
Yeah, so my private repo is based on azuredev ops og the script helps me keep the github repo up to date.
Use at own risk!
Bacon Ipsum
The most delicous way of handling placeholder text and images!
Does your lorem ipsum text long for something a little meatier? Give our generator a try… it's tasty!
Thanks to baconipsum.com
Introduction
This packages is gonna be the biggest sausage in your toolkit. Use is to create tasty placeholder text and nice images of bacon.
Getting Started
Install from https://nuget.org
Install-Package baconipsum
Usage
Go to Shared/viewImports
@using baconipsum
To create placeholder texts use
// Makes the default text
@BaconIpsum.MakeBacon();
//Handles number of paragraphs
@BaconIpsum.MakeBacon(int paras);
//Handles number of paragraphs and sentences
@BaconIpsum.MakeBacon(int paras, int sentences)
Sample
I have included a small sample project. The project is based on ASP.net core 3.1
<div class="text-center">
<h1 class="display-4">Welcome</h1>
<img src="@BaconIpsum.Baconmockup(200, 100)" alt="bacon" class="img-fluid" />
<p>@BaconIpsum.MakeBacon()</p>
</div>
Contribute
https://github.com/firstcontributions/first-contributions
Sync to github - what the
Yeah, so my private repo is based on azuredev ops og the script helps me keep the github repo up to date.
Use at own risk!
Dependencies
-
.NETStandard 2.0
- No dependencies.
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
1.0.0 | 1,618 | 3/9/2020 |