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

https://github.com/rawnly/web-readme

Super simple website readme generator
https://github.com/rawnly/web-readme

Last synced: 7 months ago
JSON representation

Super simple website readme generator

Awesome Lists containing this project

README

          

# Website Readme Generator
> Super simple website readme generator.

## Installation
```
npm i -g web-readme

# or

yarn global add web-readme
```

## How it works
It uses puppeteer to take a screenshot of the website and fills the super simple readme template with configuration params.

You have to create a new file named `readme.config.json` with: `name`, `description` and `url`.
Those fields will be used to take the screenshot of the website and fill the template.