https://github.com/front/create-cloud-block
A boilerplate generator for building Gutenberg Cloud blocks.
https://github.com/front/create-cloud-block
drupal gutenberg wordpress
Last synced: 25 days ago
JSON representation
A boilerplate generator for building Gutenberg Cloud blocks.
- Host: GitHub
- URL: https://github.com/front/create-cloud-block
- Owner: front
- License: mit
- Created: 2018-10-11T16:33:02.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-02-05T16:58:19.000Z (almost 6 years ago)
- Last Synced: 2025-11-23T23:04:05.800Z (about 2 months ago)
- Topics: drupal, gutenberg, wordpress
- Language: JavaScript
- Homepage: https://gutenbergcloud.org
- Size: 78.1 KB
- Stars: 50
- Watchers: 12
- Forks: 9
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Create Cloud Block
A boilerplate generator for building [Gutenberg Cloud](https://gutenbergcloud.org/) blocks.
This generator is inspired by both [Create React App](https://github.com/facebook/create-react-app) and [Create Guten Block](https://github.com/ahmadawais/create-guten-block). However, it is only intended to serve as a boilerplate and not a zero-configuration toolkit.
## Overview
```
$ npm init cloud-block my-block
$ cd my-block
```
## Development
You can now start editing the block. To test the block with [g-editor](https://github.com/front/g-editor) (a minimalist version of the Gutenberg editor) run:
```
$ npm start
```
## Deployment
Once you're ready you can follow the deployment steps.
```
$ npm run build
$ npm publish
```