ts-lib-builder
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

TypeScript Library Builder

The ts-lib-builder package is designed to simplify the build process for your TypeScript libraries and APIs. It combines the essential steps of compilation and minification into a single, efficient workflow.

Getting Started

Install the package:

$ npm install -D ts-lib-builder

Include it in your build script:

{
  ...
  "scripts": {
    "start": "ts-lib-builder --tsconfig=tsconfig.build.json",
    ...
  }
  ...
}

Generate an optimized production-grade build:

$ npm start

Built With

  • TypeScript

License

MIT


Acknowledgments


@TODOS

  • [ ] ...

Deployment

Install dependencies:

$ npm install

Build the library:

$ npm start

Publish to npm:

$ npm publish

Package Sidebar

Install

npm i ts-lib-builder

Weekly Downloads

4

Version

1.0.3

License

MIT

Unpacked Size

14.6 kB

Total Files

25

Last publish

Collaborators

  • jesusgraterol