@villiogears/shelly
v1.0.0
Published
Cross-platform custom shell written in Node.js
Readme
Shelly — tiny cross-platform shell
Shelly is a minimal custom shell written in Node.js. It supports Windows, macOS, and Linux and can be run as a package command.
Features
- Run a single command:
shelly -c "echo hello" - Interactive REPL with history saved to
~/.shelly_history - Cross-platform: uses COMSPEC on Windows or SHELL on Unix
Installation
- In the project folder, install dependencies (none required).
- Link the package globally for development:
npm linkThen run shelly from your terminal.
Try it
npm run test