Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 (12 months ago)
- Default Branch: main
- Last Pushed: 2024-09-26T09:34:44.000Z (3 months ago)
- Last Synced: 2024-10-01T06:33:19.612Z (3 months ago)
- Topics: cli, ejs, pdf, pug, sass, scss, typescript, web
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/@francescozoccheddu/pidby
- Size: 784 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
```