@webpack-cli/generate-plugin

A scaffold for generating a plugin

Usage no npm install needed!

<script type="module">
  import webpackCliGeneratePlugin from 'https://cdn.skypack.dev/@webpack-cli/generate-plugin';
</script>

README

webpack-cli generate-plugin

NPM Downloads

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