@b4run/devkit
v0.12.0
Published
Scaffold templates and development utilities shared by B4.run tooling.
Maintainers
Readme
@b4run/devkit
Internal scaffold templates and generated-application test utilities shared by B4.run tooling.
Use this when: You are working on B4.run scaffold templates or generator tests. Application authors should run create-b4-app instead of importing this package.
Install
pnpm add -D @b4run/devkitExample
import { resolveTemplateDir } from "@b4run/devkit"
const templateDir = await resolveTemplateDir("research")resolveTemplateDir accepts B4.run's supported basic and research template names and verifies that the bundled template directory exists.
Runtime and stability
@b4run/devkit is a Node-only, internal tooling surface. It reads packaged templates and supports B4.run's own scaffold generation and generated-app tests; it is not an application runtime or author-facing SDK.
Related
create-b4-app— the supported scaffold command for application authors.@b4run/cli— development, verification, and build tooling for generated applications.- API catalog entry — audience and compatibility summary.
- Getting Started — scaffold and run a B4.run application.
Maturity and support
This package is pre-1.0 and releases in B4.run's fixed package group. Review the changelog before upgrading. For support, open an issue.
License
MIT. See the repository license.
