@webpack-cli/generators
Webpack-CLI generators
Last updated 6 years ago by ematipico .
MIT · Original npm · Tarball · package.json
$ cnpm install @webpack-cli/generators 
SYNC missed versions from official npm registry.

webpack-cli generators

NPM Downloads

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.

Node

const {
  addonGenerator,
  initGenerator,
  loaderGenerator,
  pluginGenerator,
} = require("@webpack-cli/generators");

// ... compose with yeoman env or add a generator to your own yeoman project

Generators

  • Plugin Generator : Creates a webpack plugin project, add starter plugin code
  • Loader Generator : Creates a webpack loader project, add starter loader code
  • Init Generator : Generates new webpack configuration as per user requirements
  • Addon Generator : Generates a webpack project conforming to webpack-defaults

Back to Packages

Current Tags

  • 1.0.1-alpha.5                                ...           beta (6 years ago)
  • 2.4.2                                ...           latest (4 years ago)
  • 1.0.1-rc.1                                ...           next (6 years ago)

31 Versions

  • 2.4.2                                ...           4 years ago
  • 2.4.1                                ...           4 years ago
  • 2.4.0                                ...           5 years ago
  • 2.3.0                                ...           5 years ago
  • 2.2.0                                ...           5 years ago
  • 2.1.0                                ...           5 years ago
  • 2.0.0                                ...           5 years ago
  • 1.3.1                                ...           5 years ago
  • 1.3.0                                ...           5 years ago
  • 1.2.1                                ...           5 years ago
  • 1.2.0                                ...           5 years ago
  • 1.1.0                                ...           5 years ago
  • 1.0.2                                ...           5 years ago
  • 1.0.1                                ...           6 years ago
  • 1.0.1-rc.1                                ...           6 years ago
  • 1.0.1-rc.0                                ...           6 years ago
  • 1.0.1-alpha.5                                ...           6 years ago
  • 1.0.1-alpha.4                                ...           6 years ago
  • 1.0.1-alpha.3                                ...           6 years ago
  • 0.1.9                                ...           6 years ago
  • 0.1.8                                ...           7 years ago
  • 0.1.7                                ...           7 years ago
  • 0.1.6                                ...           7 years ago
  • 0.1.5                                ...           7 years ago
  • 0.1.3                                ...           7 years ago
  • 0.1.2                                ...           8 years ago
  • 0.1.1                                ...           8 years ago
  • 0.1.0                                ...           8 years ago
  • 0.0.8                                ...           8 years ago
  • 0.0.7                                ...           8 years ago
  • 0.0.4                                ...           8 years ago
Downloads
Today 0
This Week 0
This Month 1
Last Day 0
Last Week 1
Last Month 0
Dependencies (12)
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |