A sample project using Typescript API that reads the .ts file(s) to extract information that might be useful for automating the documentation. As of now, it produces plain .json file(s).
$ npm install
$ npm run build
.
├── components # Contains the .ts file(s) wherein the information for the documentation will be extracted
├── docs # Documentation files generated from running `npm run build`
├── src # Source files
├── index.ts # Entry point
└── README.md