Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 518 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 518 Bytes

webpack-cli make (Work in Progress, not yet published)

Description

This package contains the logic to run a makefile command similar to C in webpack.

Installation

npm i -D webpack-cli @webpack-cli/make

Usage

To run the package programmatically, install it as a dependency. When using the package programmatically, one does not have to install webpack-cli.

Node

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

CLI (via webpack-cli)

npx webpack-cli make