SkillAgentSearch skills...

Arbre

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

Install / Use

/learn @arbrejs/Arbre
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<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 undefined instead)

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

</details>

License

MIT ÂĐ Nicolas Gryman

View on GitHub
GitHub Stars10
CategoryDevelopment
Updated1y ago
Forks0

Languages

JavaScript

Security Score

80/100

Audited on Jul 18, 2024

No findings