Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 668 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 668 Bytes

webpack-cli generate-plugin

npm

Description

This package contains the logic to initiate new plugin projects.

Installation

npm i -D webpack-cli @webpack-cli/generate-plugin

Usage

To run the package programmatically, install it as a dependency. When using the package programmatically, one does not have to install webpack-cli.

Node

const generatePlugin = require("@webpack-cli/generate-plugin").default;
generatePlugin();

CLI (via webpack-cli)

npx webpack-cli generate-plugin