Skip to content

RaghavCodeHub/matrix-js-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Command line interface for matrix-js

Resources

License

Stars

Watchers

Forks

Packages

No packages published