Skip to content

Commit

Permalink
Add section on integrating with CLI, Gulp, Atom
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Aug 11, 2016
1 parent 75dd894 commit 64b2b07
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,14 @@ files.
To configure a processor, invoke its [`use`][use] method, supply it a
[**plug-in**][plugin], and optionally settings.

###### Integrations

**unified** can integrate with the file-system through
[**unified-engine**][engine]. On top of that, CLI apps can be created
with [**unified-args**][args], Gulp plug-ins with
[**unified-engine-gulp**][gulp], and Atom Linters with
[**unified-engine-atom**][atom].

###### Streaming

**unified** provides a streaming interface which enables it to plug
Expand Down Expand Up @@ -649,6 +657,14 @@ To make the processor concrete, invoke it: use `processor()` instead of `process

[unist]: https://github.com/wooorm/unist

[engine]: https://github.com/wooorm/unified-engine

[args]: https://github.com/wooorm/unified-args

[gulp]: https://github.com/wooorm/unified-engine-gulp

[atom]: https://github.com/wooorm/unified-engine-atom

[remark-rehype]: https://github.com/wooorm/remark-rehype

[remark-retext]: https://github.com/wooorm/remark-retext
Expand Down

0 comments on commit 64b2b07

Please sign in to comment.