@webpack-cli/make
v0.1.4
Published
Makefile for webpack
Downloads
29
Readme
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/makeUsage
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