Ecosyste.ms: Awesome

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

https://github.com/swiftcarrot/js-tree

Tree structure in javascript
https://github.com/swiftcarrot/js-tree

javascript tree

Last synced: 5 days ago
JSON representation

Tree structure in javascript

Lists

README

        

# js-tree

[![npm](https://img.shields.io/npm/v/js-tree.svg)](https://www.npmjs.com/package/js-tree)
[![Build Status](https://travis-ci.org/wangzuo/js-tree.svg?branch=master)](https://travis-ci.org/wangzuo/js-tree)
[![codecov](https://codecov.io/gh/wangzuo/js-tree/branch/master/graph/badge.svg)](https://codecov.io/gh/wangzuo/js-tree)
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)

Tree structure in javascript

## Installation

```sh
npm install js-tree --save
yarn add js-tree
```