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

https://github.com/mdwheele/sculpin-readtime


https://github.com/mdwheele/sculpin-readtime

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Read Time Bundle for Sculpin

This [Sculpin](https://sculpin.io/) bundle calculates an estimated read time for posts accessible via a post attribute.

## Installation

Add `mdwheele/sculpin-readtime` as a requirement to your `sculpin.json` (if using Sculpin as a phar) or `composer.json` (if using Sculpin via Composer).

Then, add the bundle to your `SculpinKernel`. For example:

``` php