https://github.com/shelljs/shjs
shjs binary, formerly distributed as part of shelljs
https://github.com/shelljs/shjs
Last synced: 9 months ago
JSON representation
shjs binary, formerly distributed as part of shelljs
- Host: GitHub
- URL: https://github.com/shelljs/shjs
- Owner: shelljs
- License: other
- Created: 2019-07-01T05:57:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-31T01:27:55.000Z (almost 3 years ago)
- Last Synced: 2025-03-22T17:01:45.415Z (9 months ago)
- Language: JavaScript
- Size: 850 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Shjs
[](https://travis-ci.org/shelljs/shjs)
[](https://ci.appveyor.com/project/shelljs/shjs/branch/master)
[](https://codecov.io/gh/shelljs/shjs)
[](https://www.npmjs.com/package/shelljs-shjs)
`shjs` binary, formerly distributed as part of
[ShellJS](https://github.com/shelljs/shelljs).
```sh
npm install -g shelljs-shjs
```
**Note:** this package is published as `shelljs-shjs`, not as `shjs`.
## Maintenance mode
While this package is not explicitly deprecated, this is in maintenance mode. If
you want to execute ShellJS scripts, just use the `node` command (or whatever is
appropriate for the language of the script, ex. `coffee`).
This package was removed from ShellJS to reduce that module's dependencies and
to shrink overall download size.