Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/afeiship/tree-utils

Tree Utils is the library to convert and manipulate with tree-like structures.
https://github.com/afeiship/tree-utils

category self-join tree utility utils

Last synced: 11 days ago
JSON representation

Tree Utils is the library to convert and manipulate with tree-like structures.

Awesome Lists containing this project

README

        

# tree-utils
> Tree Utils is the library to convert and manipulate with tree-like structures.

[![version][version-image]][version-url]
[![license][license-image]][license-url]
[![size][size-image]][size-url]
[![download][download-image]][download-url]

## installation
```shell
npm install @jswork/tree-utils
```

## usage
```js
import { findParent, buildTree } from '@jswork/tree-utils';
```

## license
Code released under [the MIT license](https://github.com/afeiship/tree-utils/blob/master/LICENSE.txt).

[version-image]: https://img.shields.io/npm/v/@jswork/tree-utils
[version-url]: https://npmjs.org/package/@jswork/tree-utils

[license-image]: https://img.shields.io/npm/l/@jswork/tree-utils
[license-url]: https://github.com/afeiship/tree-utils/blob/master/LICENSE.txt

[size-image]: https://img.shields.io/bundlephobia/minzip/@jswork/tree-utils
[size-url]: https://github.com/afeiship/tree-utils/blob/master/dist/tree-utils.min.js

[download-image]: https://img.shields.io/npm/dm/@jswork/tree-utils
[download-url]: https://www.npmjs.com/package/@jswork/tree-utils