Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.1 KB

README.md

File metadata and controls

38 lines (25 loc) · 1.1 KB

fleuret 🤺

fleuret is a simple Matrix class for JavaScript.

npm version Build Status Coverage Status

Installation

Install fleuret using yarn:

yarn add fleuret

Or via npm:

npm install --save fleuret

Compatibility

The minimum supported Node version is v6.0.0.

Documentation

API Docs can be found in here

Contributing

Pull Requests are welcome. To propose changes, use these steps below;

  • Fork this repository.
  • Install dependencies with yarn or npm install.
  • After making changes, run linter with yarn lint.
  • Run tests with yarn test.
  • Open a Pull Request.