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

Learn Targets

PreviousBackgroundNextHello World

Last updated 6 years ago

This documentation is still a work-in-progress. Currently, there should be enough here to get you up and running, but some of the documentation for more advanced functionality has not yet been published.

The tutorials in this chapter will cover everything from basic terminology and setup, through advanced configuration and target composition. You will learn all the core usage patterns you will need to work with the framework. By the end, you should be able to write a rich targets-based command-line tool.

Hello World
Config - Part 1
Config - Part 2
Bindings
Composition
Loaders
Project Structure
More Examples