DEV Community

Cover image for I talked 🗣🎙 about "create-awesome-package" at NodeJS Berlin(Germany 🇩🇪)
Shahjada Talukdar for The Destro Dev Show

Posted on

7 1

I talked 🗣🎙 about "create-awesome-package" at NodeJS Berlin(Germany 🇩🇪)

A few weeks ago, I created a CLI named create-awesome-package and it was AWESOME to talk about it at Node.JS Berlin Meetup 🙌

This CLI helps to create the package with JS/TS, build system(Webpack/Parcel) and necessary stuff 🔥

It's like "create-react-app" but for building packages 📦

You can create package with JavaScript/TypeScript. Just write your own code 🔥

How to use

Go to your root of the package you want to build. Then, Just run

npx create-awesome-package my-package
Enter fullscreen mode Exit fullscreen mode

and you are done!

It will provide you the boilerplate you need to get started!

Alt Text

Alt Text

It's on NPM. Please check out here https://www.npmjs.com/package/create-awesome-package

Cheers!
👋

Sentry blog image

How I fixed 20 seconds of lag for every user in just 20 minutes.

Our AI agent was running 10-20 seconds slower than it should, impacting both our own developers and our early adopters. See how I used Sentry Profiling to fix it in record time.

Read more

Top comments (0)

Postgres on Neon - Get the Free Plan

No credit card required. The database you love, on a serverless platform designed to help you build faster.

Get Postgres on Neon

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay