1.3.4 • Published 6 months ago

bun-build-userscript v1.3.4

Weekly downloads
-
License
-
Repository
github
Last release
6 months ago

Building index.ts and header.txt into one js-file

Usage

# watch mode
bunx bun-build-userscript
# build
bunx bun-build-userscript --build

or

bun add --global bun-build-userscript

# watch mode
bun build-userscript
# build
bun build-userscript --build

Options

--out

Specify the output path

bun build-userscript --out index.js

--cfg

Pass custom bun config

bun build-userscript --cfg config.ts

Should be exported by export default

--log-errors

1.3.4

6 months ago

1.3.3

6 months ago

1.3.2

7 months ago

1.3.1

7 months ago

1.3.0

7 months ago

1.2.4

8 months ago

1.2.3

8 months ago

1.2.2

8 months ago

1.2.1

8 months ago

1.2.0

8 months ago

1.1.0

8 months ago

1.0.4

8 months ago

1.0.3

8 months ago

1.0.2

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago