A collection of utility functions for simplifying and debugging Broccoli.js build pipelines.
Broccoli Stew is a utility library that provides a set of commonly used convenience functions for developers working with Broccoli.js, a JavaScript build tool. It aims to reduce boilerplate and streamline the creation of build pipelines by offering ready-made operations for file manipulation, debugging, and conditional logic.
env runs callbacks based on the current environment (e.g., development, production).mv and rename relocate or rename files within a build tree.find matches files based on patterns, and rm removes files from a tree.map applies transformations to file contents.log outputs file information, and debug writes the tree to disk for inspection.afterBuild executes callbacks after the tree is read.npm.main creates a tree from a Node module's main entry point.Broccoli Stew is designed to make Broccoli.js development more ergonomic by providing a curated set of utilities that handle common build pipeline tasks, allowing developers to focus on their application logic rather than low-level file operations.
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.