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.
$ npx create-cloud-block my-block
$ cd my-block
You can now start editing the block. Once you're ready you can follow the deployment steps.
$ npm run build
$ npm publish