create-awesome-package

2.1.2 • Public • Published

create-awesome-package

When you need to create a new package, need to add a lot of boilerplate code, webpack or other build system to transpile to ES5 etc.

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 📦

create-awesome-package helps to create the package with build system and necessary stuff.

You can create package with JavaScript/TypeScript

You just write your own code 🔥

How to install

npm i -g create-awesome-package

How to use

Go to your root of the package you want to build.

Then, Just run

create-awesome-package [name]

example - create-awesome-package my-package

OR also you can use npx

npx create-awesome-package my-package ( if you don't want to globally install it)

and you are done!

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

To Run Tests

npm run test


Inspired from create-react-app

Dependencies (5)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i create-awesome-package

    Weekly Downloads

    1

    Version

    2.1.2

    License

    MIT

    Unpacked Size

    15.1 kB

    Total Files

    35

    Last publish

    Collaborators

    • destromas1