mads-stack
v1.0.1
Published
[![Known Vulnerabilities](https://snyk.io/test/github/Bartozzz/mads/badge.svg?targetFile=packages/mads-stack/package.json)](https://snyk.io/test/github/Bartozzz/mads?targetFile=packages/mads-stack/package.json) [![npm](https://img.shields.io/npm/v/mads-st
Downloads
8
Readme
mads-stack
mads-stack
is a part of the MADS (Mathematics, Algorithms, Data Structures) monorepo, a set of TypeScript utility modules for working with various mathematical functions, algorithms and data structures.
Installation
$ npm install mads-stack
Documentation
Documentation in available in docs/
.
Contributing
Development
We have prepared multiple commands to help you develop mads
on your own. You will need a local copy of Node.js installed on your machine. Then, install project dependencies:
$ npm install
Usage
$ npm run <command>
List of commands
| Command | Description |
| :------ | :-------------------- |
| build
| Builds packages. |
| docs
| Builds documentation. |
License
MADS was created and developed by Bartosz Łaniewski. The full list of contributors can be found here. Each package is MIT licensed, except for packages that provide a different LICENSE file.
Bug reporting
We want contributing to MADS to be fun, enjoyable, and educational for anyone, and everyone. Changes and improvements are more than welcome! Feel free to fork and open a pull request. If you have found any issues, please report them here - they are being tracked on GitHub Issues.