# Automatically generated context index for Utopia::Project guides. # Do not edit then files in this directory directly, instead edit the guides and then run βbake utopia:project:agent:context:update`.
description: A replacement for rake with a simpler syntax. metadata:
documentation_uri: https://ioquatix.github.io/bake/ funding_uri: https://github.com/sponsors/ioquatix/ source_code_uri: https://github.com/ioquatix/bake.git
files:
-
path: getting-started.md title: Getting Started description: This guide gives a general overview of
bakeand how to use it. -
path: command-line-interface.md title: Command Line Interface description: βThe
bakecommand is broken up into two main functions:listand`call`.'
-
path: project-integration.md title: Project Integration description: This guide explains how to add
baketo a Ruby project. -
path: gem-integration.md title: Gem Integration description: This guide explains how to add
baketo a Ruby gem and export standardisedtasks for use by other gems and projects.
-
path: input-and-output.md title: Input and Output description: β
bakehas built in tasks for reading input and writing output indifferent formats. While this can be useful for general processing, there are some limitations, notably that rich object representations like `json` and `yaml` often don't support stream processing."