https://github.com/lucatume/reading-time-blocks
A WordPress plugin that adds Gutenberg blocks to display the remaining reading time in a post.
https://github.com/lucatume/reading-time-blocks
bdd-sample codeception-tests tdd-sample wordpress-plugin
Last synced: 4 months ago
JSON representation
A WordPress plugin that adds Gutenberg blocks to display the remaining reading time in a post.
- Host: GitHub
- URL: https://github.com/lucatume/reading-time-blocks
- Owner: lucatume
- Created: 2018-12-04T14:47:59.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-16T15:03:28.000Z (about 7 years ago)
- Last Synced: 2025-05-27T17:45:32.560Z (9 months ago)
- Topics: bdd-sample, codeception-tests, tdd-sample, wordpress-plugin
- Language: PHP
- Homepage: https://theaveragedev.com
- Size: 298 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reading time blocks
Gutenberg blocks to display the remaining reading time in a post, still a work-in-progress.
## For educational purposes
This WordPress plugin has been developed for educational purposes to try my hand at developing a Gutenberg blocks with a BDD approach: its value is in the code, not its functionalities.
## Installation
* clone this plugin in the WordPress plugin folder.
* install [Composer](https://getcomposer.org/) dependencies running `composer install`.
* install npm dependencies running `npm install`.
* build the plugin Javascript assets with `npm run-script build`.
## Usage
Still a work-in-progress, please do not use it.