https://github.com/shiftx/esbuild-node
https://github.com/shiftx/esbuild-node
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/shiftx/esbuild-node
- Owner: shiftx
- License: mit
- Created: 2020-06-30T21:06:11.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-19T05:00:15.000Z (almost 3 years ago)
- Last Synced: 2025-07-10T08:28:54.923Z (11 months ago)
- Language: JavaScript
- Size: 888 KB
- Stars: 11
- Watchers: 4
- Forks: 3
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```