https://github.com/francescozoccheddu/pidby
PDF creator from web pages with built-in Pug, EJS, Sass and TypeScript support
https://github.com/francescozoccheddu/pidby
cli ejs pdf pug sass scss typescript web
Last synced: 5 months ago
JSON representation
PDF creator from web pages with built-in Pug, EJS, Sass and TypeScript support
- Host: GitHub
- URL: https://github.com/francescozoccheddu/pidby
- Owner: francescozoccheddu
- License: mit
- Created: 2024-01-01T22:46:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-30T18:16:52.000Z (about 1 year ago)
- Last Synced: 2025-10-25T20:43:03.951Z (8 months ago)
- Topics: cli, ejs, pdf, pug, sass, scss, typescript, web
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/@francescozoccheddu/pidby
- Size: 786 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pidby
PDF creator from web pages with built-in [Pug](https://pugjs.org/), [EJS](https://ejs.co/), [Sass](https://sass-lang.com/) and [TypeScript](https://www.typescriptlang.org/) support.
## Installation
Run
```shell
npm i -g @francescozoccheddu/pidby
```
## Usage
Run
```shell
pidby --help
```
You can try it with the included [example](/example):
```shell
git clone https://github.com/francescozoccheddu/pidby
cd pidby
pidby run example/config.yml output.pdf
```