Skip to content

onurtemizkan/fleuret

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published