I open sourced my first npm package

Salut, web dev friends! πŸ§‘β€πŸ’»

I am excited to share my first npm package πŸš€ Release 3.0.0 : Typescript all the way Β· CMarzin/cli-mr-creator, I started this package when I was a student 5 years ago to learn scripting with node because bash didn’t love me :(

Now, the package is fully open source with an MIT license, Typescript support, I wrote some tests with vitest, It use Github actions for the CI and changeset for publishing to npm.

Anyway here are the news :

🫠 Programming sucks
✨ Nuxt 4.0
πŸ“— How to create an NPM Package
πŸ‘€ Open source Laravel Changelog

Have a great week.


🫠 Programming Sucks
A great analogy on programming, we don’t lift or pick heavy objects but we are required to destroy our mental health for the job instead. I love programming but sometimes I think you need to be crazy to do this job.

✨ Announcing Nuxt 4.0 · Nuxt Blog
The main features for me is the new project structure and the better typescript support.

πŸ“— How to create a NPM Package
I didn’t use a first this tutorial for creating a NPM package but I used it to make my package CMarzin/cli-mr-creator more modern with CI, tests, TypeScript and changeset.

πŸ‘€ Changelog - Laravel 12.x - The PHP Framework For Web Artisans
Now Laravel has an open source changelog !


Web tools and Library

❀️ productdevbook/nitro-graphql
A standalone Nitro module that integrates GraphQL servers into any Nitro application with automatic type generation, file watching, and seamless framework integration.

πŸ’ zshy
Bundler-free build tool for TypeScript libraries. Powered by tsc.

πŸ“– Sources

Every news are mainly from my Twitter feed, my Github feed, The collective, Michael Thiessen, Michael Hoffmann, Stefan and more recently by my friends Adrien Zaganelli.