Arbre
ð Fast, simple, and extensible n-ary tree library (WIP)
Install / Use
/learn @arbrejs/ArbreREADME
<p align="center">
<img alt="Arbre" src="https://raw.githubusercontent.com/ngryman/artworks/master/arbre/heading/arbre@2x.png" width="500">
</p>
<p align="center">
Fast, simple, and extensible n-ary tree library.
</p>
<p align="center">
<a href="//travis-ci.org/arbrejs/arbre">
<img alt="Build Status" src="https://img.shields.io/travis/arbrejs/arbre.svg">
</a>
<a href="//codecov.io/github/arbrejs/arbre">
<img alt="Coverage" src="https://img.shields.io/codecov/c/github/arbrejs/arbre.svg">
</a>
</p>
arbre lets you ...
- Node centric
- Does minimal parameters checking
- Never checks for first parameters
- Checks for other arguments types
- Prevents for most exceptions (returns
undefinedinstead)
Install
npm install --save arbre
Usage
const arbre = require('arbre')
API
TODO
FAQ
<details> <summary>Why arbre?</summary>arbre \aĘbĘ\ means tree in french. Available english words for package names are rare nowadays. arbre is simple to memorize and type and it is also a good excuse to spread some french vocabulary on npm :tada:.
License
MIT ÂĐ Nicolas Gryman
