2.1.2 • Published 4 years ago

create-awesome-package v2.1.2

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

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

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!

npm run test


Inspired from create-react-app

2.1.2

4 years ago

2.1.1

4 years ago

2.1.0

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.5.3

4 years ago

1.5.2

4 years ago

1.5.1

4 years ago

1.4.0

4 years ago

1.3.3

4 years ago

1.3.2

4 years ago

1.3.1

4 years ago

1.3.0

4 years ago

1.2.0

4 years ago

0.1.0

4 years ago