UNPKG

ifmatriz

Version:

Web App feito para disciplinar de Calculo I - 2018.02, realizar operações com matrizes quadradas

49 lines (35 loc) 1.65 kB
# IFMatriz [![Version](https://img.shields.io/npm/v/ifmatriz.svg?style=flat-square)](https://npmjs.org/package/ifmatriz) [![Downloads](https://img.shields.io/npm/dt/ifmatriz.svg?style=flat-square)](https://npmjs.org/package/ifmatriz) [![Travis](https://img.shields.io/travis/IFPABelem/IFMatriz.svg?branch=master&style=flat-square)](https://travis-ci.org/IFPABelem/IFMatriz) Web App feito para disciplinar de Calculo I - 2018.02, realizar operações com matrizes quadradas ## Installation Module available through the [npm registry](https://www.npmjs.com/). It can be installed using the [`npm`](https://docs.npmjs.com/getting-started/installing-npm-packages-locally) or [`yarn`](https://yarnpkg.com/en/) command line tools. ```sh # NPM npm install ifmatriz --save # Or Using Yarn yarn add ifmatriz ``` ## Tests To run the test suite, first install the dependencies, then run `test`: ```sh # NPM npm test # Or Using Yarn yarn test ``` ## Dependencies None ## Dev Dependencies - [webpack](https://ghub.io/webpack): Packs CommonJs/AMD modules for the browser. Allows to split your codebase into multiple bundles, which can be loaded on demand. Support loaders to preprocess files, i.e. json, jsx, es7, css, less, ... and your custom stuff. - [webpack-cli](https://ghub.io/webpack-cli): CLI for webpack & friends ## Contributors Pull requests and stars are always welcome. For bugs and feature requests, please [create an issue](https://github.com/IFPABelem/IFMatriz/issues). [List of all contributors](https://github.com/IFPABelem/IFMatriz/graphs/contributors). ## License [MIT](LICENSE) © [Tiago Danin](https://TiagoDanin.github.io)