UNPKG

@roots/bud

Version:

Configurable, extensible build tools for modern single and multi-page web applications

12 lines (8 loc) 155 B
--- title: Node --- Instantiate **bud.js** using the `factory` export: ```js import {factory} from '@roots/bud/factory' const bud = await factory() ```