Angri450.Nong.Genre 12.1.0

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package Angri450.Nong.Genre --version 12.1.0
                    
NuGet\Install-Package Angri450.Nong.Genre -Version 12.1.0
                    
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="Angri450.Nong.Genre" Version="12.1.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Angri450.Nong.Genre" Version="12.1.0" />
                    
Directory.Packages.props
<PackageReference Include="Angri450.Nong.Genre" />
                    
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 Angri450.Nong.Genre --version 12.1.0
                    
#r "nuget: Angri450.Nong.Genre, 12.1.0"
                    
#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 Angri450.Nong.Genre@12.1.0
                    
#: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=Angri450.Nong.Genre&version=12.1.0
                    
Install as a Cake Addin
#tool nuget:?package=Angri450.Nong.Genre&version=12.1.0
                    
Install as a Cake Tool

Angri450.Nong.Genre

文档格式模板库。angri450 整理的 JSON 驱动模板 —— 纯 JSON,零代码逻辑。换一个文件 = 换一种文档格式。

包含的模板

模板 文件 用途
期刊论文 journal-paper.json GB/T 7714 期刊投稿
毕业论文 degree-thesis.json 本/硕/博学位论文
竞赛论文 contest-paper.json 生命科学/学术竞赛论文
答辩 PPT defense-ppt.json 答辩演示文稿格式
通知公文 official-notice.json 政府/企业正式公文
商务信函 business-letter.json 商务书信

Usage

using Nong.Genre;

// 列出所有模板
string[] names = GenreTemplate.List();

// 加载一个模板
string json = GenreTemplate.Load("degree-thesis");

// 传入 StyleBuilder
using var doc = JsonDocument.Parse(json);
StyleBuilder.BuildFromJson(styles, doc.RootElement);

Author

Built by angri450. Source: Nong.Cli.Net.

License

Apache-2.0

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net8.0

    • 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.

Version Downloads Last Updated