Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/afeiship/tree-utils
- Owner: afeiship
- License: mit
- Created: 2018-09-04T02:37:24.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-03T07:14:23.000Z (2 months ago)
- Last Synced: 2024-10-12T15:21:38.986Z (25 days ago)
- Topics: category, self-join, tree, utility, utils
- Language: TypeScript
- Homepage:
- Size: 45.9 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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