An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Shjs

[![Travis](https://img.shields.io/travis/shelljs/shjs/master.svg?style=flat-square&label=unix)](https://travis-ci.org/shelljs/shjs)
[![AppVeyor](https://img.shields.io/appveyor/ci/shelljs/shjs/master.svg?style=flat-square&label=windows)](https://ci.appveyor.com/project/shelljs/shjs/branch/master)
[![Codecov](https://img.shields.io/codecov/c/github/shelljs/shjs/master.svg?style=flat-square&label=coverage)](https://codecov.io/gh/shelljs/shjs)
[![npm version](https://img.shields.io/npm/v/shelljs-shjs.svg?style=flat-square)](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.