@webpack-cli/update
TypeScript icon, indicating that this package has built-in type declarations

0.1.8 • Public • Published

webpack-cli update

NPM Downloads

Description

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

Installation

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

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 update = require("@webpack-cli/update").default;
update();

CLI (via webpack-cli)

npx webpack-cli update

Readme

Keywords

none

Package Sidebar

Install

npm i @webpack-cli/update

Weekly Downloads

51

Version

0.1.8

License

MIT

Unpacked Size

3.5 kB

Total Files

5

Last publish

Collaborators

  • evilebottnawi
  • ematipico
  • ev1stensberg