athro
Version:
A datastructures and algorithms library for TS/JS
52 lines (35 loc) • 1.48 kB
Markdown
<h1 align="center">
athro
</h1>
<p align="center">
<b>athro</b> is an opensource datastructures and algorithms library for the JS/TS ecosystem.
<p>
<div align="center">
<a href="https://github.com/arneesh/athro/actions"><img src="https://github.com/arneesh/athro/workflows/CI/badge.svg?branch=master" alt="Build Status"></a>
<a href="https://img.shields.io/npm/v/athro"><img src="https://img.shields.io/npm/v/athro" alt="Version"></a>
<a href="https://packagephobia.now.sh/result?p=athro"><img src="https://badgen.net/packagephobia/install/athro" alt="Install Size"></a>
<a href="https://github.com/arneesh/athro/blob/master/LICENSE.md">
<img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="athro is released under the MIT license." /></a>
</div>
<br/>
<p align="center">
<a href="https://athro-docs.vercel.app" target="_blank">Documentation</a> | <a href="https://athro-docs.vercel.app/Getting%20Started" target="_blank">Getting Started</a> | <a href="https://www.npmjs.com/package/athro" target="_blank">NPM</a>
</p>
## Installation
Add **athro** to your project using one of the following commands.
**With npm**
```bash
npm install athro
```
**or With yarn**
```bash
yarn add athro
```
**or With pnpm**
```bash
pnpm add athro
```
## Documentation
Visit the official <a href="https://athro-docs.vercel.app" target="_blank">Documentation</a>
## License
[MIT](./LICENSE) License © 2020-Present [Arneesh Aima](https://github.com/arneesh)