Skip to content

TiLied/CSTOJS_GenLib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CSTOJS_GenLib

This library generate various stuff for a CSharpToJavaScript.

Generate xml documentation from mdn

GenDocs genDocs = new();
await genDocs.GenerateDocs("PATH TO A DOWNLOADED DOCS", "OUTPUT PATH");

Generate c# files from webidl

{
	"TType":...
}
  • Generate csharp files:
GenCSharp genCSharp = new();
await genCSharp.GenerateCSFromJson("PATH TO A JSON FILE", "OUTPUT PATH");

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages