Package Exports
- @roots/bud
- @roots/bud/bud
- @roots/bud/cli/app
- @roots/bud/cli/commands/bud
- @roots/bud/cli/commands/bud.build
- @roots/bud/cli/commands/bud.build.development
- @roots/bud/cli/commands/bud.build.production
- @roots/bud/cli/commands/bud.clean
- @roots/bud/cli/commands/bud.upgrade
- @roots/bud/cli/commands/bud.view
- @roots/bud/cli/commands/bud.webpack
- @roots/bud/cli/commands/doctor/Doctor
- @roots/bud/cli/commands/doctor/index
- @roots/bud/cli/commands/repl/Repl
- @roots/bud/cli/commands/repl/index
- @roots/bud/cli/components/Error
- @roots/bud/cli/components/Menu
- @roots/bud/cli/components/WinError
- @roots/bud/cli/decorators
- @roots/bud/cli/decorators/command.dry
- @roots/bud/cli/decorators/index
- @roots/bud/cli/env.development
- @roots/bud/cli/env.production
- @roots/bud/cli/finder
- @roots/bud/cli/flags
- @roots/bud/cli/flags/basedir
- @roots/bud/cli/flags/browser
- @roots/bud/cli/flags/cache
- @roots/bud/cli/flags/ci
- @roots/bud/cli/flags/clean
- @roots/bud/cli/flags/color
- @roots/bud/cli/flags/debug
- @roots/bud/cli/flags/devtool
- @roots/bud/cli/flags/discover
- @roots/bud/cli/flags/dry
- @roots/bud/cli/flags/editor
- @roots/bud/cli/flags/esm
- @roots/bud/cli/flags/filter
- @roots/bud/cli/flags/force
- @roots/bud/cli/flags/hash
- @roots/bud/cli/flags/hot
- @roots/bud/cli/flags/html
- @roots/bud/cli/flags/immutable
- @roots/bud/cli/flags/indent
- @roots/bud/cli/flags/indicator
- @roots/bud/cli/flags/input
- @roots/bud/cli/flags/log
- @roots/bud/cli/flags/minimize
- @roots/bud/cli/flags/mode
- @roots/bud/cli/flags/notify
- @roots/bud/cli/flags/output
- @roots/bud/cli/flags/overlay
- @roots/bud/cli/flags/port
- @roots/bud/cli/flags/proxy
- @roots/bud/cli/flags/publicPath
- @roots/bud/cli/flags/reload
- @roots/bud/cli/flags/runtime
- @roots/bud/cli/flags/silent
- @roots/bud/cli/flags/splitChunks
- @roots/bud/cli/flags/storage
- @roots/bud/cli/flags/use
- @roots/bud/cli/flags/verbose
- @roots/bud/cli/helpers/checkDependencies
- @roots/bud/cli/helpers/checkPackageManagerErrors
- @roots/bud/cli/helpers/detectPackageManager
- @roots/bud/cli/helpers/isInternalDevelopmentEnv
- @roots/bud/cli/helpers/isLockfileError
- @roots/bud/cli/helpers/isWindows
- @roots/bud/cli/helpers/isset
- @roots/bud/cli/index
- @roots/bud/config/jsconfig.json
- @roots/bud/config/tsconfig.json
- @roots/bud/context
- @roots/bud/context/bud
- @roots/bud/context/extensions
- @roots/bud/context/index
- @roots/bud/context/services
- @roots/bud/factory
- @roots/bud/factory/factory
- @roots/bud/factory/index
- @roots/bud/instances
- @roots/bud/services/env
- @roots/bud/services/project
- @roots/bud/types
Readme
@roots/bud
Frontend build tools combining the best parts of Symfony Encore and Laravel Mix
Installation
Install @roots/bud to your project.
Yarn:
yarn add @roots/bud --dev
npm:
npm install @roots/bud --save-dev
Getting started
For helpn getting started consult the Getting Started guide on bud.js.org
CLI
bud.js is invoked with the bud
command.
Call bud --help
for usage information.
Node
Instantiate bud is using the factory
export:
import { factory } from "@roots/bud/factory";
const bud = await factory();
Contributing
Contributions are welcome from everyone.
We have contribution guidelines to help you get started.
License
@roots/bud is licensed under MIT.
Community
Keep track of development and community news.
- Join us on Roots Slack by becoming a GitHub sponsor
- Participate on the Roots Discourse
- Follow @rootswp on Twitter
- Read and subscribe to the Roots Blog
- Subscribe to the Roots Newsletter
Sponsors
Bud is an open source project and completely free to use.
However, the amount of effort needed to maintain and develop new features and projects within the Roots ecosystem is not sustainable without proper financial backing. If you have the capability, please consider sponsoring Roots.