
# [ESToolbox](https://github.com/dbtedman/estoolbox)

[![Build Status](https://img.shields.io/travis/dbtedman/estoolbox.svg?label=tests)](https://travis-ci.org/dbtedman/estoolbox)
[![Known Vulnerabilities](https://snyk.io/test/github/dbtedman/estoolbox/badge.svg?targetFile=package.json)](https://snyk.io/test/github/dbtedman/estoolbox?targetFile=package.json)

A collection of tools intended to augment the development of Modern JS targeted applications.

## Where do I start?

### Install

Using [NPM](https://www.npmjs.com)

```bash
npm install estoolbox --save-dev --save-exact
```

### Choose

Available Components

* [Affix](docs/Affix.md)
* [Router](docs/Router.md)

## Want to lean more?

* See our [Contributing Guide](CONTRIBUTING.md) for details on how this repository is developed.
* See our [Changelog](CHANGELOG.md) for details on which features, improvements, and bug fixes have been implemented
* See our [License](LICENSE.md) for details on how you can use the code in this repository.
* See our [Security Guide](SECURITY.md) for details on how security is considered.

