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.
- Host: GitHub
- URL: https://github.com/junaidrahim/code-to-pdf
- Owner: junaidrahim
- Created: 2021-02-08T16:11:39.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-08T16:36:40.000Z (over 5 years ago)
- Last Synced: 2024-08-10T21:04:32.743Z (almost 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 108 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```