ahmadawais / create-guten-block

📦 A zero-configuration #0CJS developer toolkit for building WordPress Gutenberg block plugins.
https://Awais.dev/cgb-post
MIT License
3.15k stars 327 forks source link

🚀 Create Guten Block 2.0 Goals/Call for Contributors! #11

Open ahmadawais opened 6 years ago

ahmadawais commented 6 years ago

🚀 Today, I am super excited to release the first public version of create-guten-block.

📖 I wrote a 3,000 words blog post about it → https://awais.dev/cgb-post

Yes, that's not all done, yet. I have managed to change the codebase and release many updates by now, before actually announcing a stable release. The next step is to get this toolkit tested and mature the entire app to release version 2.0.0 for that not only do I need your support, I ask that you hop on board and contribute — that's the only way forward.

Goals listed below — without any order of priority:

Peace! ✌️

tfrommen commented 6 years ago

Hey there,

I will give it a shot later this weekend. And: I'm happy to contribute where I can! 🙌

JulienMelissas commented 6 years ago

This is super exciting! Would love to help tackle some Webpack optimizations or .env stuff if you lay that out with what you're thinking a bit more. Feel free to @ me dude!

ahmadawais commented 6 years ago

📣 This is super awesome @tfrommen and @JulienMelissas — I'd like to proceed in a similar fashion to how we are working at WPGulp 2.0 — basically anything you'd like to start working on, copy its title from here and make an issue and let's start tracking it's progress in there.

So happy to have you onboard trying to make this project better. 💎

MaedahBatool commented 6 years ago

🙌 Super excited to be a part of this project and I am looking forward to leading its documentation and building user guides around it. 🎯

— And @MrSaqibAmeen will be assisting me.

asharirfan commented 6 years ago

🙌 I would love to contribute to this project.

👀 I will start by reading the code ✅ Improving the inline documentation of the codebase 🚀 And work my way up from there

dmhendricks commented 6 years ago

Would it be interesting to (optionally) run prepack on the build result?

abdullah1908 commented 6 years ago

🙌 Yes, I am also interested! Explore the Gutenberg in free time.

ahmadawais commented 6 years ago

@asharirfan @abdullah1908 sure thing dig in!

@dmhendricks what would be the benefit in doing that?

JulienMelissas commented 6 years ago

@dmhendricks, I know this should probably be in a separate issue... BUT,

While I am far from an expert on Prepack it says this on their site:

Prepack is still in an early development stage and not ready for production use just yet. Please try it out, give feedback, and help fix bugs.

I'm not sure if I'd recommend adding it to this library considering people are looking to build production-ready blocks. The benefits could be nice, but it can create some unwanted side-effects that be difficult to debug (at least for people who are not aware of it's existence in the build process) currently.