Socket
Book a DemoInstallSign in
Socket

@webpack-cli/init

Package Overview
Dependencies
Maintainers
3
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@webpack-cli/init

init command for webpack-cli

latest
npmnpm
Version
1.1.3
Version published
Weekly downloads
1.6K
-44.8%
Maintainers
3
Weekly downloads
 
Created
Source

webpack-cli init

NPM Downloads

Description

This package contains the logic to create a new webpack configuration.

Installation

npm i -D webpack-cli @webpack-cli/init

Usage

CLI (via webpack-cli)

Via defaults

npx webpack-cli init

To generate default configs

npx webpack-cli init --auto

To scaffold in a specified path

npx webpack-cli init --generation-path [path]

Via custom scaffold

  • Using package on npm
npx webpack-cli init webpack-scaffold-[name]
  • Using path to a local directory
npx webpack-cli init [path]

FAQs

Package last updated on 02 Feb 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts