DEV Community

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

Posted on

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!
👋

Top comments (0)