1 Repo
Libraries that implement common shell utilities as functions within a specific programming language runtime.
Distinguishing note: Candidates focus on network or logging libraries; this is a general-purpose shell utility implementation.
Explore 1 awesome GitHub repository matching programming languages & runtimes · Shell Command Libraries. Refine with filters or upvote what's useful.
ShellJS is a Node.js shell command library that provides a portable Unix-like utility suite for cross-platform system automation. It serves as a cross-platform filesystem API and a process wrapper for spawning and controlling external system subprocesses. The project translates Unix shell commands into equivalent operations for the host operating system, allowing scripts to run consistently across different platforms. It supports the registration of custom commands and the integration of third-party plugins to extend its portable shell capabilities. The library covers broad capability areas
Provides a collection of portable Unix shell commands implemented natively in Node.js.