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

Easily scaffold a block for the WordPress block editor via CLI.

Results 3 create-block issues
Sort by recently updated
recently updated
newest added

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 ![Lint CSS](https://user-images.githubusercontent.com/5747475/77310079-ac07a600-6d38-11ea-98b1-16c9eb59f02b.jpg) ![Lint JS](https://user-images.githubusercontent.com/5747475/77310103-b6c23b00-6d38-11ea-8eef-cb8689bd1411.jpg)...

bug