Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```