Skip to content
/ arbre Public

🍃 Fast, simple, and extensible n-ary tree library (WIP)

License

Notifications You must be signed in to change notification settings

arbrejs/arbre

Repository files navigation

Arbre

Fast, simple, and extensible n-ary tree library.

Build Status Coverage


arbre lets you ...

  • Node centric
  • Does minimal parameters checking
    • Never checks for first parameters
    • Checks for other arguments types
    • Prevents for most exceptions (returns undefined instead)

Install

npm install --save arbre

Usage

const arbre = require('arbre')

API

TODO

FAQ

Why arbre?

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 🎉.

License

MIT © Nicolas Gryman