All Projects → front → create-cloud-block

front / create-cloud-block

Licence: MIT license
A boilerplate generator for building Gutenberg Cloud blocks.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to create-cloud-block

intellij-drupal-run-tests
Provides a run configuration that executes Drupal's test runner (for Simpletest, Unit, Kernel, Functional, FunctionalJavascript.)
Stars: ✭ 24 (-51.02%)
Mutual labels:  drupal
ACF-Auto-Blocks
Auto-register ACF field groups as blocks in the new editor (Gutenberg).
Stars: ✭ 28 (-42.86%)
Mutual labels:  gutenberg
drupal-container
Drupal container for running Drupal sites with Docker, built with Ansible.
Stars: ✭ 37 (-24.49%)
Mutual labels:  drupal
ui patterns
[NOTE] Development has moved to https://drupal.org/project/ui_patterns
Stars: ✭ 87 (+77.55%)
Mutual labels:  drupal
fullsiteediting
fullsiteediting.com/
Stars: ✭ 187 (+281.63%)
Mutual labels:  gutenberg
contribkanban.com
ContribKanban.com - turning Drupal.org issue queues into kanban boards to better Drupalkind
Stars: ✭ 55 (+12.24%)
Mutual labels:  drupal
Drupalgeddon3
Drupal < 7.58 - Drupalgeddon 3 Authenticated Remote Code Execution (Metasploit)
Stars: ✭ 18 (-63.27%)
Mutual labels:  drupal
drupal-composer-init
Initialise a Drupal composer setup
Stars: ✭ 43 (-12.24%)
Mutual labels:  drupal
caxton
Gutenberg pro
Stars: ✭ 22 (-55.1%)
Mutual labels:  gutenberg
DrupalDriver
A collection of drivers for controlling Drupal.
Stars: ✭ 64 (+30.61%)
Mutual labels:  drupal
skeleton-plugin-blocks-gutenberg
No description or website provided.
Stars: ✭ 15 (-69.39%)
Mutual labels:  gutenberg
apigee-api-catalog-drupal
Manage your API catalog within Drupal's content management approach
Stars: ✭ 17 (-65.31%)
Mutual labels:  drupal
Guty-Blocks-2
A minimal, fast development environment for WordPress Gutenberg blocks
Stars: ✭ 52 (+6.12%)
Mutual labels:  gutenberg
drupal-jsonapi-params
A package to manage json-api params
Stars: ✭ 42 (-14.29%)
Mutual labels:  drupal
tiny-blocks
WordPress block editor framework
Stars: ✭ 31 (-36.73%)
Mutual labels:  gutenberg
druxt.js
The Fully Decoupled Drupal Framework
Stars: ✭ 96 (+95.92%)
Mutual labels:  drupal
shepherd
A Drupal-based controller to the Shepherd site management platform.
Stars: ✭ 16 (-67.35%)
Mutual labels:  drupal
docker-php7
Docker image tailed to run PHP application
Stars: ✭ 18 (-63.27%)
Mutual labels:  drupal
composer-tutorial
A walk through of various Composer tasks
Stars: ✭ 40 (-18.37%)
Mutual labels:  drupal
drupal-circleci-behat
Test and deploy Drupal 9 with CircleCI 2.0 and Behat 3
Stars: ✭ 17 (-65.31%)
Mutual labels:  drupal

Create Cloud Block

A boilerplate generator for building Gutenberg Cloud blocks.

This generator is inspired by both Create React App and 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 (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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].