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 supports Markdown h1 feature and h2 features.
Options:
-i, --input File or folder to be parsed [string] [required]
-h, --help Show help [boolean]
-v, --version Show version number [boolean]
Kindly install ts-node
in your VS code command line:
npm install typescript
npm install -g ts-node
Install all the necessary dependencies using:
npm install -g
Example command line:
ts-node src/index.ts -i .\testFolder\