Skip to content

Derivative works and related projects

Nate Fischer edited this page Aug 9, 2022 · 12 revisions

Derivative works

Have a project based off ShellJS? Feel free to add it to the list below!

  • shelljs/shx: A new project from ShellJS to expose ShellJS commands to your Unix/Windows commandline.
  • shelljs/benchmarks: See how ShellJS ranks in performance compared to Bash (since sometimes it's actually faster!).
  • shelljs-transpiler: Transpile your Bash scripts to ShellJS right in your web browser!
  • n_shell: Start a NodeJS REPL with ShellJS included by default.
  • shelljs-exec-proxy: Unlimited shelljs commands with ES6 proxies.
  • shelljs-plugin-open: An experimental ShellJS plugin to emulate OS X's open command!

Related projects

Check out these related projects. These projects solve slightly different problems than ShellJS, but are related to implementing a unix-y interface on top of JavaScript.

  • Cash: A non-programmatic implementation of Unix shell commands on top of Node.js.
  • vorpaljs/bash-parser: A JavaScript-based POSIX-compliant parser for shell code.

Plugins

Check out the available ShellJS plugins! If you wrote a plugin, feel free to add it here: