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

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.

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.