Registry / devops / ts-esbuild-jest-microbundle

ts-esbuild-jest-microbundle

JSON →
library0.0.9jsnpmunverified

A template project combining TypeScript, Jest, microbundle, and esbuild for building small to medium-sized JavaScript/TypeScript libraries. v0.0.9 is the current version. It provides a pre-configured setup for fast bundling (esbuild), testing (Jest), and publishing (microbundle). Differentiator: integrates esbuild for speed and microbundle for easy library packaging, targeting Node >=14. No frequent releases; appears to be a personal template.

npm install ts-esbuild-jest-microbundle
INSTALL
IMPORT
SIG · TS-ESBUILD-JEST-MI
T
ts-esbuild-jest-microbundle
devopsjavascriptv0.0.9
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

default
✓ import something from 'ts-esbuild-jest-microbundle'
No actual library exports; it's a template, not a functional package.

Clones the template, installs dependencies, runs tests, and builds the library.

git clone https://github.com/mingderwang/ts-esbuild-jest-microbundle.git my-project cd my-project yarn install yarn test yarn build
Debug
Known issues
gotchaThis package is a template scaffolding tool, not a library with runtime exports. Attempting to import it will yield empty exports.
fix
Use as a project starter; do not add as a dependency.
affects: *
Errors
Common errors & fixes
Cannot find module 'ts-esbuild-jest-microbundle'
Package is not published to npm or is only a template.
fix
Use the GitHub template directly, not as an npm dependency.
Upgrade
Version history
0.0.9latest on npm
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
ts-esbuild-jest-microbundle — npm install ts-esbuild-jest-microbundle · libregistry