Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 326 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 326 Bytes

webpack-cli info

Description

This pacakge 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").default;
envinfo();

CLI (via webpack-cli)

npx webpack-cli info