An open API service indexing awesome lists of open source software.

https://github.com/junaidrahim/code-to-pdf

Generate an assignment submission pdf from a bunch of program files.
https://github.com/junaidrahim/code-to-pdf

Last synced: 18 days ago
JSON representation

Generate an assignment submission pdf from a bunch of program files.

Awesome Lists containing this project

README

          

# code-to-pdf

Generate a submission pdf from program files

## Installation

```
npm i -g code-to-pdf
```

## Usage

```sh-session
$ code-to-pdf -h
Convert a bunch of files to an Assignment Submission

USAGE
$ code-to-pdf

OPTIONS
-d, --dir=dir Directory with all Files
-h, --help show CLI help
-o, --output=output Output File Name
-v, --version show CLI version
```