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
Markdown
# IFMatriz
[](https://npmjs.org/package/ifmatriz)
[](https://npmjs.org/package/ifmatriz)
[](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)