0.1.4 • Published 5 years ago

@webpack-cli/make v0.1.4

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

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
0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.8

6 years ago

0.0.4

6 years ago