@webpack-cli/add

0.2.2 • Public • Published

webpack-cli add

NPM downloads

Description

This package contains the logic to add new properties in a webpack configuration file. It will run a generator that prompts the user for questions of which property to add to their webpack configuration file.

Installation

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

or

yarn add --dev  webpack-cli @webpack-cli/add

Usage

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

Node

const add = require("@webpack-cli/add").default;
add();

CLI (via webpack-cli)

npx webpack-cli add

/@webpack-cli/add/

    Package Sidebar

    Install

    npm i @webpack-cli/add

    Weekly Downloads

    2

    Version

    0.2.2

    License

    MIT

    Unpacked Size

    3.54 kB

    Total Files

    5

    Last publish

    Collaborators

    • evilebottnawi
    • ematipico
    • ev1stensberg