TARGETS
  • Read Me
  • Introduction
    • Motivation
    • Project Goals
    • What is Targets?
    • Who is Targets for?
    • Common Use Cases
    • What is a "target"?
    • What is a "composition"?
    • What is an "operation"?
    • What is a "spec"?
    • What does a Targets implementation look like?
    • Background
  • Learn Targets
    • Hello World
    • Config - Part 1
    • Config - Part 2
    • Bindings
    • Composition
    • Loaders
    • Project Structure
    • More Examples
  • Reference
    • System Requirements
    • Installation
    • Configuration
    • Settings
    • Global Store
    • Scheduler
    • Operations
      • Binding Operations
      • Predicating Operations
      • Debugging Operations
    • TTY Mode
Powered by GitBook
On this page
  1. Learn Targets

Loaders

You can pass a glob or array of globs to Targets.load function if you'd like to have dynamically source targets within your project. Using the Targets.load function will also automatically apply any of targets built-in loaders. Additionally, you can pass a second argument to this function with a map of custom loaders to use.

TODO: what is a loader, how do you create a custom loader, etc.

PreviousCompositionNextProject Structure

Last updated 6 years ago