# matlab-spec

> Matlab package for running basic tests

Latest version **2.1.2** (published 2016-06-20) · MIT license · 0 weekly downloads

## Install

```sh
npm install matlab-spec
pnpm add matlab-spec
yarn add matlab-spec
bun add matlab-spec
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 2.1.2 |
| Published | 2016-06-20 |
| First published | 2016-05-16 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | yes |
| GitHub stars | 2 |
| Author | KC Erb |
| Maintainers | kcerb |
| Keywords | matlab, package, test, unit, spec |

## Links

- npm: https://www.npmjs.com/package/matlab-spec
- Repository: https://github.com/edibella/matlab-spec
- Homepage: https://github.com/edibella/matlab-spec#readme
- Issues: https://github.com/edibella/matlab-spec/issues
- npm.io page: https://npm.io/package/matlab-spec

## Alternatives

- [duck](https://npm.io/package/duck.md) — 4.2M weekly downloads
- [ava](https://npm.io/package/ava.md) — 560.2K weekly downloads
- [storybook-addon-module-mock](https://npm.io/package/storybook-addon-module-mock.md) — 71.7K weekly downloads
- [vest](https://npm.io/package/vest.md) — 50.1K weekly downloads
- [@ethereum-waffle/mock-contract](https://npm.io/package/@ethereum-waffle/mock-contract.md) — 40.0K weekly downloads

## Recent versions

- 2.1.2 (latest) — 2016-06-20
- 2.1.1 — 2016-06-16
- 2.1.0 — 2016-06-16
- 2.0.0 — 2016-05-18
- 1.1.0 — 2016-05-17
- 1.0.0 — 2016-05-16

## README

# Matlab Spec

## Introduction

This package implements a basic unit testing for Matlab. A lot more needs to be done to make this a real testing suite.

### NPM

This package uses the node package manager to manage its version control and dependencies. To use this package simply:

1. Install Node: https://nodejs.org/en/

2. Run `npm install matlab-spec` at a unix-like terminal.

This will automatically download the files for this package (and the packages it depends on) into a `node_modules` folder. If you add this folder to your MATLAB path the package `MatlabSpec` will be available.

It is crucial to note the difference in naming conventions between MATLAB and NPM. The npm package name is `matlab-spec` and the MATLAB package name is `+MatlabSpec`. If you are new to MATLAB packages please learn more about them here: http://www.mathworks.com/help/matlab/matlab_oop/scoping-classes-with-packages.html.

### Docs

In the `docs/` directory some markdown files are provided explaining how to use each of the functions and classes this package provides.

---
_Source: https://npm.io/package/matlab-spec · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
