@cats-cradle/create-bundle
TypeScript icon, indicating that this package has built-in type declarations

1.0.14 • Public • Published

@cats-cradle/create-bundle

npm version License GitHub Stars

This package contains various bundler profiles. The bundlers bundle another projects source code to make it ready for distribution.

Usage

Install bundler as devDependency:

npm install @cats-cradle/create-bundle --dev

Call the binary from within your package.json

{
  "name": "your-package",
  "scripts": {
    "build": "create-bundle",
    "build:watch": "create-bundle --watch",
    "cdk:deploy": "create-bundle && cdk deploy"
  }
}

Profiles

nestjs-bundler: Compiles Typescript NestJS src to Javascript dist using esbuild. Designed for use in AWS Lambda with applicable external modules, which lambda layer should provide, excluded.

Package Sidebar

Install

npm i @cats-cradle/create-bundle

Weekly Downloads

2

Version

1.0.14

License

MIT

Unpacked Size

109 kB

Total Files

35

Last publish

Collaborators

  • hxtree