Socket
Book a DemoInstallSign in
Socket

@webpack-cli/generators

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@webpack-cli/generators

Webpack-CLI generators

Source
npmnpm
Version
0.1.0
Version published
Weekly downloads
18K
-35.19%
Maintainers
1
Weekly downloads
 
Created
Source

webpack-cli generators

Description

This package contains all webpack-cli related yeoman generators.

Installation

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

Usage

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

Generators

  • Plugin Generator
  • Remove Generator
  • Update Generator
  • Loader Generator
  • Init Generator
  • Add Generator

Node

const { addGenerator, addonGenerator, initGenerator, loaderGenerator, 
        pluginGenerator, removeGenerator, updateGenerator 
    } = require("@webpack-cli/generators");
    // ... compose with yeoman env or add a generator to your own yeoman project

FAQs

Package last updated on 18 Jul 2018

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