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
- Host: GitHub
- URL: https://github.com/marc2332/eora
- Owner: marc2332
- Created: 2020-10-15T12:37:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-10T10:49:10.000Z (over 5 years ago)
- Last Synced: 2024-10-19T13:18:54.378Z (over 1 year ago)
- Topics: javascript, node, shell
- Language: JavaScript
- Homepage:
- Size: 814 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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

Install dependencies:
`npm install`
Run:
`npm start`
Making a binary (optional):
`npm run package`