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
and you are done!
It will provide you the boilerplate you need to get started!
It's on NPM. Please check out here https://www.npmjs.com/package/create-awesome-package
Cheers!
👋
Top comments (0)