🔒 As part of our Maintenance Reboot Initiative, we're reinforcing #security
Now supporting responsible vulnerability reporting for faster & private fixes.
Learn more 👇
yeoman.io/blog/security-poli…
We're thrilled to unveil @yeoman's 2025 maintenance reboot! ✨
Fresh updates, enhanced tools, and a stronger community await.
Join us in shaping the future of #Yeoman: yeoman.io/blog/maintenance-r…
Exciting times for @yeoman: @kom_256 and I are taking on project maintenance! 🎩
Yeoman is one of *the* classic web dev tools. It helped pave the way for many of today's create-*s. We're resuming work to get through backlogs & dependency updates.
github.com/yeoman/yeoman/iss…
1/🧵
Inquirer.js launched 10 years ago. Since then, it reached ~30M weekly downloads, and an estimate 7.6M users! I started a rewrite of Inquirer ~5 years ago. Today finally I'm happy to officialize a cut-over to the new and leaner package! All details over at github.com/SBoudrias/Inquire…
At its core JHipster is a @yeoman generator, probably the most complex yeoman generator out there, really, the codebase is huge. We also have our own CLI for stuff that were too complex to do just with yeoman, like the JDL generator
I'm so excited! My @yeoman generator on @npmjs has already 45 downloads! 🤩 It might seems not too much, but is an accomplishment for me and can't wait to add more features 😎 #Yeoman#NPM#JS#Javascript
There is so much gold here, when you start digging into it. For starters, it's built modular. AND it's not reinventing the wheel. The application wizard is a @yeoman UI! Huge kudos to the team at @SAP that has brought forward this tool set.
github.com/SAP/yeoman-ui#SAPDeveloper
In this post I wrote about my experience writing project kickstarters using @yeoman and @atomist:
medium.com/@eldermael/projec…
This as part of my work helping with delivery infrastructure on Digital Platforms.
If you're a web developer who's already familiar with @yeoman, you'll be excited to learn about this new, third way to get started building an #XDplugin. Check out this handy guide by our guest blogger @yoshikinoko from @AdobeJapan: ow.ly/PhLq50mfCVu
I released Size Limit 1.1, the biggest release of the project. @MaksimBalabash found a way to track JS execution time.
github.com/ai/size-limit/
For example, CI can check that your app JS will be downloaded and executed in 2 seconds. It is like linter, but for performance.
How to exclude requests by method in the Network panel in @chromedevtools.
Super useful to hide OPTION requests when working with CORS:
-method:OPTIONS