New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

create-cloud-block

Package Overview
Dependencies
Maintainers
3
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-cloud-block

A boilerplate generator for building Gutenberg Cloud blocks

latest
Source
npmnpm
Version
0.7.3
Version published
Maintainers
3
Created
Source

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

Keywords

gutenberg

FAQs

Package last updated on 05 Feb 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts