https://github.com/mdwheele/sculpin-readtime
https://github.com/mdwheele/sculpin-readtime
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/mdwheele/sculpin-readtime
- Owner: mdwheele
- License: mit
- Created: 2017-09-27T05:38:48.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-27T06:20:40.000Z (over 8 years ago)
- Last Synced: 2025-02-14T06:52:30.578Z (over 1 year ago)
- Language: PHP
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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