Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 529 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 529 Bytes

epias-docs-def-extractor

Extracts definitions from EPIAS Docs as C# classes

  • In index.ts add your epias documentation url into docUrls. (To be interactive cmd app in the future hopefully. If I have the time.)
  • Run npm start

Parameters (in index.ts)\

DEFAULT_NAME_CASE_METHOD - toCamelCase, toPascalCase, toSnakeCase
INCLUDE_DESCRIPTIONS - boolean. include desc as comments (To be doc summary in the future hopefully)
OUTPUT_DIRECTORY_PATH - output path
OBJECT_BLUEPRINT - class, struct etc.