tree: 32d8ec42e526c87c5ed75d554ddc318b03e0efa0 [path history] [tgz]
  1. lib/
  2. package.json
  3. README.md
node_modules/@webpack-cli/info/README.md

webpack-cli info

NPM Downloads

Description

This package returns a set of information related to the local environment.

Installation

#npm
npm i -D @webpack-cli/info

#yarn
yarn add -D @webpack-cli/info

Usage

#npx
npx webpack info [options]

#global installation
webpack info [options]

Args / Flags

Output format

FlagDescriptionType
-o, --output < json or markdown >To get the output in a specified formatstring
-a, --additional-package <value...>Adds additional packages to the outputstring

Not supported for config

Options

FlagDescriptionType
--helpShow helpboolean
--versionShow version number of @webpack-cli/infoboolean