TG-SSG is a static site generator using Typescript.
An SSG (Static Site Generator) is a tool for generating a complete HTML web site from raw data. This SSG is full markdown support
Options:
-i, --input File or folder to be parsed [string] [required]
-c, --config Configuration file [string]
-h, --help Show help [boolean]
-v, --version Show version number [boolean]
Example command line:
ts-node src/index.ts -i .\testFolder\
Using config file:
ts-node src/index.ts -c src/config.json