@webpack-cli/make

v0.1.4
Makefile for webpack

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
npm i @webpack-cli/make

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 3/15/2019

Downloads

Maintainers