Skip to content

Commit

Permalink
Add just-install to README file
Browse files Browse the repository at this point in the history
  • Loading branch information
brombal committed Jun 20, 2022
1 parent 9fcaa2f commit 66afcd0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,14 @@ Example usage:
An [RSS feed](https://en.wikipedia.org/wiki/RSS) of `just` releases is available [here](https://github.com/casey/just/releases.atom).

### Node.js Installation

[just-install](https://npmjs.com/packages/just-install) can be used to automate installation of `just` in Node.js applications.

`just` is a great, more robust alternative to npm scripts. If you want to include `just` in the dependencies of a Node.js application, `just-install` will install a local, platform-specific binary as part of the `npm install` command. This removes the need for every developer to install `just` independently using one of the processes mentioned above. After installation, the `just` command will work in npm scripts or with npx. It's great for teams who want to make the set up process for their project as easy as possible.

For more information, see the [just-install README file](https://github.com/brombal/just-install#readme).

Backwards Compatibility
-----------------------

Expand Down

0 comments on commit 66afcd0

Please sign in to comment.