The Brigade project is archived. Learn more.

You are viewing docs for Brigade v2. Click here for v1 docs.

Brigade Docs

Scripting

By now, you’ve successfully deployed and/or logged in to Brigade. You may have also created a project or two and are now ready to focus on writing Brigade scripts for these projects. This scripting guide will go over the major moving parts necessary to do so, including:

  • Scripting guide - An introduction to scripting concepts and examples
  • Brigadier - The JavaScript/TypeScript library for Brigade scripts
  • Dependencies - How to add/manage dependencies for a Brigade script
  • Worker - The default Brigade Worker that runs the logic encapsulated in Brigade scripts
  • Advanced scripting guide - A deeper dive into advanced scripting techniques