项目作者: prtksxna

项目描述 :
📈 Gutenberg block to create visualizations
高级语言: JavaScript
项目地址: git://github.com/prtksxna/visualize.git
创建时间: 2020-05-19T08:24:51Z
项目社区:https://github.com/prtksxna/visualize

开源协议:GNU General Public License v2.0

下载


Visualize

Deploy to WordPress.org
Node.js CI
PHP Composer

Screenshot of Visualize plugin

A Gutenberg block to add visualizations to your blog posts.

Development

Getting started

Use npm install to get all the dependencies and then npm start to watch the src/ directory and build the files for use.

Releasing

To cut a new release, first bump the version in:

  1. package.json
  2. visualize.php

Then, commit these changes with the following message:

  1. chore: bump version to X.Y.Z

Finally, add the tag appropriate tag and push all the changes:

  1. git tag -a vX.Y.Z -m "vX.Y.Z"
  2. git push origin master
  3. git push origin --tags

The Deploy to WordPress.org action should automatically push it to WordPress.