Skip to content

Commit a048370

Browse files
committed
Update list of utilities
1 parent a5dcb5a commit a048370

File tree

1 file changed

+27
-3
lines changed

1 file changed

+27
-3
lines changed

readme.md

Lines changed: 27 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,32 @@ A list of vile-related utilities can be found at [`wooorm/vfile`](https://github
5353

5454
### Unist node utilties
5555

56-
* [`wooorm/unist-util-inspect`](https://github.com/wooorm/unist-util-inspect)
56+
* [`unist-util-find-after`](https://github.com/wooorm/unist-util-find-after)
57+
— Find a node after another node;
58+
59+
* [`unist-util-find-all-after`](https://github.com/wooorm/unist-util-find-all-after)
60+
— Find nodes after another node;
61+
62+
* [`unist-util-find-all-before`](https://github.com/wooorm/unist-util-find-all-before)
63+
— Find nodes before another node;
64+
65+
* [`unist-util-find-before`](https://github.com/wooorm/unist-util-find-before)
66+
— Find a node before another node;
67+
68+
* [`unist-util-inspect`](https://github.com/wooorm/unist-util-inspect)
5769
— Node inspector;
5870

59-
* [`wooorm/unist-util-visit`](https://github.com/wooorm/unist-util-visit)
60-
— Utility to recursively walk over nodes;
71+
* [`unist-util-is`](https://github.com/wooorm/unist-util-is)
72+
— Check if a node passes a test
73+
74+
* [`unist-util-modify-children`](https://github.com/wooorm/unist-util-modify-children)
75+
— Modify direct children of a parent;
76+
77+
* [`unist-util-select`](https://github.com/eush77/unist-util-select)
78+
— Visit direct children of a parent;
79+
80+
* [`unist-util-visit`](https://github.com/wooorm/unist-util-visit)
81+
— Recursively walk over nodes;
82+
83+
* [`unist-util-visit-children`](https://github.com/wooorm/unist-util-visit-children)
84+
— Visit direct children of a parent;

0 commit comments

Comments
 (0)