webpack-cli info
Description
This package returns a set of information related to the local environment.
Installation
#npm
npm i -D @webpack-cli/info
#yarn
yarn add @webpack-cli/info -D
Usage
#npx
npx webpack info [options]
#local installation
webpack info [options]
Args / Flags
Output format
Flag |
Description |
Type |
--output < json or markdown > |
To get the output in specified format |
string |
Not supported for config
Options
Flag |
Description |
Type |
--help |
Show help |
boolean |
--version |
Show version number of @webpack-cli/info |
boolean |