Skip to content

destromas1/create-awesome-package

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published