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. Introduction

Project Goals

Targets is strives to:

  • Provide a feature-rich task scheduling framework/platform which makes the authoring of developer tooling fast, easy and fun.

  • Provide declarative solutions for composing existing developer tooling into a single interface.

  • Keep functionality modular, sharable and reusable.

  • Provide interfaces which are equally usable by humans and by machines.

  • Provide mechanisms for sourcing and operating on configuration which are easy to use and extremely flexible.

PreviousMotivationNextWhat is Targets?

Last updated 6 years ago