Skip to content

MarcosRava/inode-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

inode-cli

REPL CLI based on IPython

Install

npm i -g inode-cli

Usage

inode-cli <filename>=optional

Example

// example.js
function hello(name) {
  console.log(`Hello ${name}`)
}

On terminal

inode-cli example.js

An interactive console will appear

In [1]: 
In [1]: a = 1
Out[1]: 1

In [2]: hello('inode-cli') 
Out[2]: Hello inode-cli

In [3]:

Under construction....

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published