satyam0601 / Doc-Generator

Create PDFs from a variety of formats.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

The Doc-Generator is an easily integrable and reusable tool built on open-source software (OSS). It provides seamless generation of single and bulk documents in various available formats, ensuring interoperability. Additionally, it offers the following features:

  • Upload the generated documents to CDN, Google Drive, S3, or a custom sink.
  • Generate a shortened URL for the uploaded file for easy file sharing.

The project is built on a plugin model, which ensures customizability and wide adoption.

C4GT 2023

Installation

$ yarn install

Running the app

# Run in development mode
$ yarn run start

# Run in watch mode
$ yarn run start:dev

# Run in production mode
$ yarn run start:prod

Test

# Run unit tests
$ yarn run test

# Run end-to-end tests
$ yarn run test:e2e

# Generate test coverage
$ yarn run test:cov

About

Create PDFs from a variety of formats.


Languages

Language:TypeScript 91.1%Language:JavaScript 7.5%Language:Dockerfile 1.4%