New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@kubb/core

Package Overview
Dependencies
Maintainers
1
Versions
1469
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kubb/core

Core engine for Kubb. Provides the plugin driver, file manager and build orchestration used by every Kubb plugin.

latest
Source
npmnpm
Version
5.3.8
Version published
Weekly downloads
222K
-8.33%
Maintainers
1
Weekly downloads
 
Created
Source
Kubb banner

npm version npm downloads Stars License Node

Documentation · Report Bug · Request Feature


@kubb/core

Core engine for Kubb

Core engine for Kubb's plugin-based code generation system. Provides the plugin driver, file manager, defineConfig, definePlugin, defineMiddleware, and the build orchestration layer used by every Kubb plugin.

Note: @kubb/core is an internal library. Install the kubb meta-package instead and author plugins, generators, resolvers, parsers, and adapters through its kubb/kit subpath, which re-exports the authoring surface of this package.

Installation

bun add @kubb/core
# or
pnpm add @kubb/core
# or
npm install @kubb/core

Cancellation

createKubb accepts an AbortSignal. The engine checks it before setup, while it parses input and normalizes plugins, and before each generated-file write. Plugin authors receive the same signal in their generator context when they need to stop their own asynchronous work.

Supporting Kubb

Kubb is an open source project, and its development is funded entirely by sponsors. If you would like to become a sponsor, please consider:

My sponsors

License

MIT

Keywords

code-generator

FAQs

Package last updated on 18 Sep 2026

Related posts