|
|
2 months ago | |
|---|---|---|
| .. | ||
| lib | 2 months ago | |
| node_modules | 2 months ago | |
| LICENSE | 2 months ago | |
| README.md | 2 months ago | |
| package.json | 2 months ago | |
Note
This package is used by webpack-cli under-the-hood and is not intended for installation
This package returns a set of information related to the local environment.
#npm
npm i -D @webpack-cli/info
#yarn
yarn add -D @webpack-cli/info
#npx
npx webpack info [options]
#global installation
webpack info [options]
| Flag | Description | Type |
|---|---|---|
-o, --output < json or markdown > |
To get the output in a specified format | string |
-a, --additional-package <value...> |
Adds additional packages to the output | string |
Not supported for config
| Flag | Description | Type |
|---|---|---|
--help |
Show help | boolean |
--version |
Show version number of @webpack-cli/info |
boolean |