Skip to content

maqi1520/create-webpack5

Repository files navigation

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