Skip to content

DukeManh/TS-SSG

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TS-SSG

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

Options:
  -i, --input       File or folder to be parsed              [string] [required]
  -h, --help        Show help                                          [boolean]
  -v, --version     Show version number                                [boolean]

Quick review

Preview

How to use it

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\

License

MIT License

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 59.0%
  • CSS 41.0%