SitemapMaker 0.0.5
dotnet add package SitemapMaker --version 0.0.5
NuGet\Install-Package SitemapMaker -Version 0.0.5
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="SitemapMaker" Version="0.0.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SitemapMaker --version 0.0.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: SitemapMaker, 0.0.5"
#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 SitemapMaker as a Cake Addin #addin nuget:?package=SitemapMaker&version=0.0.5 // Install SitemapMaker as a Cake Tool #tool nuget:?package=SitemapMaker&version=0.0.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Sitemap Maker
github의 문서 기록용 depot을 위한 sitemap 생성 스크립트 입니다.
a sitemap creation script for GitHub's document recording depot.
적용된 예시는 다음의 링크에서 확인할 수 있습니다.
An applied example can be found in: https://github.com/leafbird/devwiki
Getting Started
Prerequisites
1. install dotnet-script tool
This is made csx script. https://github.com/dotnet-script/dotnet-script
dotnet tool install -g dotnet-script
2. install SitemapMaker from nuget.org
nuget install SitemapMaker -OutputDirectory packages
or
nuget install SitemapMaker -Source https://api.nuget.org/v3/index.json -OutputDirectory packages
Usage
- argument 0 : target file path. ex: ./README.md
- argument 1.. : historical data folders. ex: TIL
./packages/SitemapMaker.0.0.x/contentFiles/csx/any/SitemapMaker.csx ./README.md TIL
There are no supported framework assets in this package.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Initial release.