Skip to main content

Getting Started

Let's discover athro in less than 5 minutes.

Overview

athro is an opensource datastructures and algorithms library for the JS/TS ecosystem.

Adding athro to your project

Add athro to your project using one of the following commands.

With npm

npm install athro

or With yarn

yarn add athro

or With pnpm

pnpm add athro

You can type this command into Command Prompt, Powershell, Terminal, or any other integrated terminal of your code editor.

Note: athro has no production dependencies which makes it extremely lightweight and blazing fast.