-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update README to include package descriptions for PDF modules
- Loading branch information
1 parent
c08d2b0
commit 384a5a7
Showing
1 changed file
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,14 @@ | ||
# `pdf` | ||
|
||
[![Coverage Status](https://coveralls.io/repos/github/PeculiarVentures/pdf/badge.svg?branch=prepare-publish&t=Lcw9pb)](https://coveralls.io/github/PeculiarVentures/pdf?branch=prepare-publish) | ||
|
||
## Packages | ||
|
||
- [cli](packages/cli) - Command-line interface for PDF document manipulation and analysis | ||
- [copy](packages/copy) - Module for recreating PDF documents using specified filters | ||
- [core](packages/core) - Core functionality for PDF document manipulation and processing | ||
- [doc](packages/doc) - PDF document creation and editing capabilities | ||
- [font](packages/font) - Font handling and management for PDF documents | ||
- [form-json](packages/form-json) - JSON form data handling for PDF documents | ||
- [repair](packages/repair) - Tools for repairing and fixing corrupted PDF documents | ||
- [tests](packages/tests) - Test utilities and shared test resources |