Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.04 KB

README.md

File metadata and controls

28 lines (21 loc) · 1.04 KB

Fanscript Documentation

Documentation for the language FanScript

Documentation in markdown format can be found here

Example "games" can be found here

Some information was copied from the Fancade Wiki

Building

  • Make sure you have installed dotnet 8 sdk
  • Run dotnet build -c Release in FanScript.DocumentationGenerator/

Contributing

  • Update the generator and/or files in DocSrc/ (do not change files in MdDocs/, they will be overwritten)
  • Build
  • Copy
    FanScript.DocumentationGenerator.deps.json
    FanScript.DocumentationGenerator.dll
    FanScript.DocumentationGenerator.exe
    FanScript.DocumentationGenerator.runtimeconfig.json
    
    From FanScript.DocumentationGenerator\bin\Release\net8.0 to the top directory
  • Run FanScript.DocumentationGenerator.exe
  • PRs with modified FanScript.dll will be rejected