An open API service indexing awesome lists of open source software.

https://github.com/shiftx/esbuild-node


https://github.com/shiftx/esbuild-node

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# esbuild-node

Transform and run ts/js with the blazing fast esbuild

## Installation

```bash
npm install --save-dev esbuild-node
```
or
```bash
yarn add -D esbuild-node
```

## Usage

```bash
esbuild-node src/script.ts arg1 arg2
```