@esbuild-utils/cli
TypeScript icon, indicating that this package has built-in type declarations

0.1.5 • Public • Published

esbuild-utils

npm version test

CLI extension to esbuild that supports loading of configuration files like webpack-cli.

Usage

Installation

npm install --save-dev esbuild @esbuild-utils/cli
# or
yarn add -D @esbuild-utils/cli
# or
pnpm add -D @esbuild-utils/cli

Commands

init  [options]      Create a config file for esbuild.
build [options]      Perform build with options in config file.

Init Options

--typescript         Create a Typescript config file.
-i, --input <file>   Add entry points to the config file.
-o, --output <file>  Add output file option to the config file.

Build Options

-c, --config <file>  Specifies the config file to be read.

/@esbuild-utils/cli/

    Package Sidebar

    Install

    npm i @esbuild-utils/cli

    Weekly Downloads

    0

    Version

    0.1.5

    License

    MIT

    Unpacked Size

    44.3 kB

    Total Files

    5

    Last publish

    Collaborators

    • mast1ff