create-block
create-block copied to clipboard
Easily scaffold a block for the WordPress block editor via CLI.
I ran ``` npm init @webdevstudios/block wds/children-block ``` to create a new plugin for a block called children-block The namepace that was generated in the PHP was ``` namespace wds\children-block;...
I really enjoy the offline conversation I've been having with @donmhico and @michealengland around replacing the template files in this repo with dynamically pulled content from [wds-block-starter](https://github.com/WebDevStudios/wds-block-starter). Long term I...
### Issue Running the linting commands gives errors / warnings. ``` $ npm run lint:css $ npm run lint:js $ npm run lint:php ``` ### Screenshots  ...