twitch icon indicating copy to clipboard operation
twitch copied to clipboard

Contributing to the @wordpress/create-block package

Open dgwyer opened this issue 3 years ago • 2 comments

@ryanwelcher After you're recent stream on creating a custom @wordpress/create-block template for integrating Tailwind CSS into blocks I'd like to explore contributing to this package (and also Gutenberg in general).

However, as I'm not that experienced with GitHub the whole process of contributing from opening an issue to submitting a PR is a little intimidating. e.g. Setting up tests etc.

Perhaps this would make an interesting topic for a stream to run through the process from start to finish.

A good example to focus on would be adding support for dev dependencies in package.json via a custom template. Right now (as you know) we can only use npmDependencies which is a little restrictive.

Another idea for extending the create-block package is to be able to specify a block name. Right now the block name is just based on the plugin slug name. Being able to specify a block name that's different to the plugin name would be very useful.

dgwyer avatar Mar 24 '22 13:03 dgwyer

This is a great idea! I'll add it to the list of stream topics!

ryanwelcher avatar Mar 24 '22 13:03 ryanwelcher

This was streamed on Mar 24, 2022. See the recording here - https://www.youtube.com/watch?v=2AeX-1qeA_g

ryanwelcher avatar Mar 30 '22 18:03 ryanwelcher