An open API service indexing awesome lists of open source software.

https://github.com/marc2332/eora

Cross-platform shell made in NodeJS
https://github.com/marc2332/eora

javascript node shell

Last synced: 4 months ago
JSON representation

Cross-platform shell made in NodeJS

Awesome Lists containing this project

README

          

## Eora

This is a 'shell' made in NodeJS.

Features:
* ls, pwd, exit, cd, echo (these are for Windows, in unix-based OS you can use the OS's built-in)
* autocompleting for built-in commands and binaries located inside $PATH

![Sample GIF](sample/sample.gif)

Install dependencies:
`npm install`

Run:
`npm start`

Making a binary (optional):
`npm run package`