0.1.5 • Published 1 year ago

build-esbuild v0.1.5

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

NPM version

build-esbuild

Transpiling typescript files and copy every other files in source folder to output folder. Either install this package as dev dependency, or use it as NPM Package Runner (npx)

Example

// Install as dev dependency
npm i -D build-esbuild
build-esbuild -s src -o dist
// Use NPM Package Runner (npx)
npx build-esbuild --help
npx build-esbuild -s src -o dist
npx build-esbuild -s src -o dist -m
npx build-esbuild -s src -o dist -f esm -x mjs -m true -d true -v true

License

This plugin is issued under the MIT license.

0.1.4

1 year ago

0.1.3

1 year ago

0.1.5

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago