Yeoman 1.1.2

dotnet add package Yeoman --version 1.1.2
NuGet\Install-Package Yeoman -Version 1.1.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Yeoman" Version="1.1.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Yeoman --version 1.1.2
#r "nuget: Yeoman, 1.1.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Yeoman as a Cake Addin
#addin nuget:?package=Yeoman&version=1.1.2

// Install Yeoman as a Cake Tool
#tool nuget:?package=Yeoman&version=1.1.2

Yeoman is the scaffolding tool for creating modern webapps, which helps getting started and bootstrap your application with popular front-end tools and frameworks.

It is comprised of three tools: yo (the scaffolding tool), grunt (the build tool) and bower (for package management).

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.2 1,326 3/18/2014

- Fix bug that could launch an infinite loop for our Windows user.