3.1.0 • Published 1 year ago

@cats-cradle/create-bundle v3.1.0

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

@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.

3.1.0

1 year ago

1.0.14

1 year ago

1.0.13

1 year ago

1.0.11

1 year ago

1.0.12

1 year ago

1.0.10

1 year ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago