1.1.3 • Published 3 years ago

create-webpack5 v1.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

create-webpack5

Usage

Install as a dev dependency on a particular project:

yarn add -D create-webpack5
npx create-webpack5

Install globally:

yarn global add create-webpack5
# now you don't have to prefix this command with npx!
create-webpack5

yarn create or npm init

yarn create webpack5

# or
npm init webpack5