# Read Me

## **NOTE: All development on targets has ceased. Please check out it's successor,** [**Incant**](https://github.com/incant-central/incant)**!**

## [![Targets](https://github.com/targets-framework/targets/tree/2fab3ea27aab1fb4533b3a1c4e835d03bd51d7f7/targets-logo.png?raw=true)](https://targets.gitbook.io)

> a task orchestration and composition framework

[![Version](https://img.shields.io/npm/v/targets.svg)](/docs/master.md) [![Travis](https://img.shields.io/travis/machellerogden/targets.svg)](/docs/master.md) [![License](https://img.shields.io/npm/l/targets.svg)](/docs/master.md)

### Overview

Targets takes the concept of function composition and surfaces it to the command-line. It enables you, the author of the next great CLI tool, to take many small single-purpose functions and to safely compose them into complex but reliable workflows using a succint declarative syntax.

Use Targets to build common tooling for your team/users and to reduce complex workflows into reliable tasks and which are simple to operate on.

### Documentation

For full documentation please visit [targets.gitbook.io](https://targets.gitbook.io).

### License

MIT


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://targets.gitbook.io/docs/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
