1.0.0 • Published 4 years ago

create-atmedia-block v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

create-atmedia-block

Generates a custom WordPress Editor block using our standard ESLint and Prettier configurations

Why?

We typically use create-guten-block to generate our custom WP blocks. However, CGB uses its own ESLint config (and doesn't use prettier) that is not inline with our other JavaScript projects and is not configurable. This project is a thin wrapper around create-guten-block. Basically, it just comes in behind CGB in order to write our linting and formatting configs so we don't have to reset it with every block we create.

Usage

npx create-atmedia-block <block name>