create-cloud-block icon indicating copy to clipboard operation
create-cloud-block copied to clipboard

A boilerplate generator for building Gutenberg Cloud blocks.

Results 5 create-cloud-block issues
Sort by recently updated
recently updated
newest added

The listed website [`gutenbergcloud.org`](https://gutenbergcloud.org/) seems to be broken. 1. The SSL certificate is expired 2. The landing page displays `Passenger error #3` ![image](https://github.com/front/create-cloud-block/assets/25645380/af68877e-0aaf-4e9c-b5b7-38798ae7fa3f)

It looks like prettier is running on the compiled js. I don't think that should happen. Output from the console: ```bash Failed to compile. ./src/globals/fake-data.js Line 1: Replace `(new·Date()` with...

After 'npm run build', nothing is generated in the 'build' dir.

Could do with troubleshooting guidance for windows as I had a multiple issues trying to get this running on windows (7) and ubuntu (16). Running: `npx create-cloud-block test-block` reuslts in...

Last **Cloud Blocks** release ([1.0.7](https://github.com/front/cloud-blocks#107)) allows the upload of custom blocks via zip files. Would be nice that generated blocks have a `build-block` script to create the zip file (which...

enhancement