Skip to content

Commit 4ad1f7d

Browse files
committed
Add list of related projects
1 parent af39518 commit 4ad1f7d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

readme.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,21 @@ Function called with a [node][] to produce a new node.
8484
[`Node`][node] — Node to be used in the new [tree][].
8585
Its children are not used: if the original node has children, those are mapped.
8686

87+
## Related
88+
89+
* [`unist-util-filter`](https://github.com/syntax-tree/unist-util-filter)
90+
— Create a new tree with all nodes that pass the given function
91+
* [`unist-util-flatmap`](https://gitlab.com/staltz/unist-util-flatmap)
92+
— Create a new tree by expanding a node into many
93+
* [`unist-util-remove`](https://github.com/syntax-tree/unist-util-remove)
94+
— Remove nodes from trees
95+
* [`unist-util-select`](https://github.com/syntax-tree/unist-util-select)
96+
— Select nodes with CSS-like selectors
97+
* [`unist-util-visit`](https://github.com/syntax-tree/unist-util-visit)
98+
— Recursively walk over nodes
99+
* [`unist-builder`](https://github.com/syntax-tree/unist-builder)
100+
— Creating trees
101+
87102
## Contribute
88103

89104
See [`contributing.md` in `syntax-tree/.github`][contributing] for ways to get

0 commit comments

Comments
 (0)