Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 307 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 307 Bytes

webpack-cli info

Description

It returns a set of information related to the local enviroment.

Installation

npm i -D @webpack-cli/info

Usage

Node

const envinfo = require("@webpack-cli/info");
envinfo();

CLI (via webpack-cli)

npx webpack-cli info