0.1.2 • Published 1 year ago

@bygdle/lib-build v0.1.2

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

lib-build

https://github.com/NiuWeb/lib-build

Builds a typescript library using ESBuild.

Install by running:

npm install @bygdle/lib-build

Example usage:

lib-build -e src/index.ts -o lib -t tsconfig.build.json

Read more about the options by running:

lib-build --help