0.1.3 • Published 7 years ago

matrix-js-cli v0.1.3

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

matrix-js-cli

Command Line Interface for matrix-js

Install

Install globally to have access to a command with which the functions of matrix-js can be run.

npm install matrix-js-cli -g

Usage

Run the command from any shell terminal

$ matrix
>
  • Execute any function
$ matrix
> var a = matrix([[1,2],[3,4]]);
> a();
         1         2
         3         4
0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.1

7 years ago