# 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)](https://targets.gitbook.io/docs/master) [![Travis](https://img.shields.io/travis/machellerogden/targets.svg)](https://targets.gitbook.io/docs/master) [![License](https://img.shields.io/npm/l/targets.svg)](https://targets.gitbook.io/docs/master)

### 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
