mads-coordinates
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.
$ npm install mads-coordinates
Documentation in available in docs/
.
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
$ npm run <command>
Command | Description |
---|---|
build |
Builds packages. |
docs |
Builds documentation. |
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.
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.