VOOZH about

URL: https://www.nuget.org/packages/DocFX.Plugins.Roadmap/

⇱ NuGet Gallery | DocFX.Plugins.Roadmap 1.0.570




DocFX.Plugins.Roadmap 1.0.570

dotnet add package DocFX.Plugins.Roadmap --version 1.0.570
 
 
NuGet\Install-Package DocFX.Plugins.Roadmap -Version 1.0.570
 
 
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="DocFX.Plugins.Roadmap" Version="1.0.570" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DocFX.Plugins.Roadmap" Version="1.0.570" />
 
Directory.Packages.props
<PackageReference Include="DocFX.Plugins.Roadmap" />
 
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add DocFX.Plugins.Roadmap --version 1.0.570
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: DocFX.Plugins.Roadmap, 1.0.570"
 
 
#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.
#:package DocFX.Plugins.Roadmap@1.0.570
 
 
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=DocFX.Plugins.Roadmap&version=1.0.570
 
Install as a Cake Addin
#tool nuget:?package=DocFX.Plugins.Roadmap&version=1.0.570
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

Road map

Generate your team's road-maps from structured data

This project is designed to make visualizing and tweaking your road maps as easy and straightforward as possible. There are a number of good options out there, including PowerPoint, Visio, LucidChart, Draw.io, GraphViz and just plain old lists - however none of them have made me particularly excited about drawing up our team's road maps and many of them make future edits difficult.

The goal here is to change that, by defining your road map in everyone's least loved markup language: YAML. An example road map might look something like the following.

Usage

GraphViz

The easiest way to get started viewing your road map is to output a GraphViz DOT file which can be rendered using any GraphViz renderer, like GraphViz Online. To do so, you'll need Go installed on your machine and then you can simply run:

# Install the tool
go install github.com/SierraSoftworks/roadmap/tools/roadmap-graphviz@latest

# Run the tool
roadmap-graphviz --in my-roadmap.yml -out my-roadmap.dot

Drop the DOT file into your GraphViz renderer of choice and you're good to go!

Example

title: Example Road Map
description: |
 This is an example of what a road map might look like.

authors:
 - name: Benjamin Pannell
 email: contact@sierrasoftworks.com

timeline:
 - date: 2021-04-21
 title: Project Start
 description: This is when we will start working on the project, get the team ready!

objectives:
 - title: Market Dominance
 description: |
 Provide actionable analytics drawn from big data to improve our brand identity in
 the advertainment sector, maximizing clickbait and establishing ourselves as a disruptor
 in this industry.

milestones:
 - id: team
 title: Build the Team
 description: We don't yet have anyone, that's not gonna work...
 deliverables:
 - title: Team Lead
 state: TODO
 requirement: MUST
 description: This person needs to know enough about this domain to be able to run with the project.

 - title: Senior Engineer 1
 - title: Intern 1..50
 description: This should be cheaper than hiring a proper team (right?).

 - id: done
 title: Finish the Project
 description: We don't need other milestones, do we?
 dependencies:
 - team
 deliverables:
 - title: MVP
 description: Who needs a polished product? Let's just ship the MVP and call it done.
 - title: Marketing
 - title: VC Funding
 - title: Yacht
 reference: https://lmgtfy.app/?q=yacht&t=i
Product Versions Compatible and additional computed target framework versions.
.NET net8.0 net8.0 is compatible.  net8.0-android net8.0-android was computed.  net8.0-browser net8.0-browser was computed.  net8.0-ios net8.0-ios was computed.  net8.0-maccatalyst net8.0-maccatalyst was computed.  net8.0-macos net8.0-macos was computed.  net8.0-tvos net8.0-tvos was computed.  net8.0-windows net8.0-windows was computed.  net9.0 net9.0 was computed.  net9.0-android net9.0-android was computed.  net9.0-browser net9.0-browser was computed.  net9.0-ios net9.0-ios was computed.  net9.0-maccatalyst net9.0-maccatalyst was computed.  net9.0-macos net9.0-macos was computed.  net9.0-tvos net9.0-tvos was computed.  net9.0-windows net9.0-windows was computed.  net10.0 net10.0 was computed.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.570 89 6/15/2026
1.0.568 87 6/15/2026
1.0.566 88 6/12/2026
1.0.564 93 6/10/2026
1.0.562 90 6/5/2026
1.0.560 102 5/25/2026
1.0.559 92 5/25/2026
1.0.558 92 5/25/2026
1.0.556 118 5/25/2026
1.0.552 97 5/24/2026
1.0.550 91 5/24/2026
1.0.547 94 5/24/2026
1.0.542 104 5/22/2026
1.0.540 102 5/15/2026
1.0.538 105 5/12/2026
1.0.536 110 5/8/2026
1.0.534 91 5/4/2026
1.0.532 105 5/1/2026
1.0.530 108 4/24/2026
1.0.529 100 4/24/2026
Loading failed