# krasimir/webpack-library-starter

Webpack based boilerplate for producing libraries (Input: ES6, Output: universal library)

Repository: https://github.com/krasimir/webpack-library-starter
Canonical: https://ross.abutalabs.com/products/webpack-library-starter
Language: JavaScript
License: MIT
License Family: permissive
Last push: 2020-12-19T15:08:14+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 3900, "days_push": 2083, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1347, forks 283 (observed 2026-08-28T04:04:27.644369+00:00)

## What it is
A Webpack 5 based boilerplate for authoring JavaScript libraries from ES6 or TypeScript sources. It bundles code into a universal UMD format and includes a Jest test setup.

## Use cases
- scaffold a new JavaScript library with webpack
- build a universal UMD library from ES6 sources
- set up a TypeScript library with bundling and tests
- publish an npm library that works in CommonJS, AMD, and browsers
- get a starter template with Jest testing configured

## When to choose
- you are starting a new standalone JavaScript/TypeScript library
- you need output that works across module systems (UMD/CommonJS/AMD)
- you want a minimal, preconfigured webpack + babel + jest setup

## When to avoid
- you are building an application rather than a reusable library
- you prefer modern alternatives like Vite, tsup, or Rollup with newer tooling
- you need a maintained starter with recent updates and active support

## Facets
- artifact type: learning-resource
- maturity: maintenance
- function: build-tool, developer-tools, testing
- domain: developer-tools, web-development
- platform: cross-platform
- tags: webpack, boilerplate, library-starter, es6, typescript, umd, babel, jest, boilerplate, javascript, nodejs

## Member repositories
- krasimir/webpack-library-starter (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:27.644369+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T08:33:14.472626+00:00, confidence not recorded.
  - readme: https://github.com/krasimir/webpack-library-starter (fetched 2026-08-28T04:04:27.644369+00:00, sha 7f15f4064e9e)
  - registry_npm: https://registry.npmjs.org/webpack-library-starter (fetched 2026-08-29T12:01:55.048320+00:00, sha f612d1844762)
- Data as of 2026-08-30T08:39:29.467469+00:00.
