# Screeps Toolkit

[![NPM version](https://img.shields.io/npm/v/screeps-toolkit)](https://www.npmjs.com/package/screeps-toolkit)
[![Build status](https://img.shields.io/github/actions/workflow/status/ShuP1/screeps-toolkit/test.yml)](https://github.com/ShuP1/screeps-toolkit)

Useful functions for your next screeps bot.

## Usage

- `npm install screeps-toolkit`
- `import { coolFunction } from "screeps-toolkit"`
- Profit !

## Features

- Many common and useful functions
- Fully typed and documented -> [TypeDoc](https://shup1.github.io/screeps-toolkit)
- No hidden prototype changes (only in imports ending with `/prototypes`)
- No hidden global changes (only in imports ending with `/global`)
