Skip to content

Commit

Permalink
1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
juicyjusung committed Feb 8, 2024
1 parent e7b4fd1 commit 73e1877
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 15 deletions.
24 changes: 10 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ juicy-run
[![GitHub license](https://img.shields.io/github/license/oclif/hello-world)](https://github.com/oclif/hello-world/blob/main/LICENSE)

<!-- toc -->
* [Install](#install)
* [Usage](#usage)
* [Commands](#commands)
<!-- tocstop -->
Expand All @@ -25,19 +26,14 @@ $ npm install -g juicy-run
# Usage
<!-- usage -->
```sh-session
$ jr config -g bun
# Set the global package manager to 'bun'

$ jr
# Displays a list of scripts from package.json. Select a script to run it with the chosen package manager.

$ jr -p=yarn
# Runs the selected script using yarn as the package manager.

$ jr --version
juicy-run/1.1.0 darwin-arm64 node-v20.10.0

$ npm install -g juicy-run
$ jr COMMAND
running command...
$ jr (--version)
juicy-run/1.3.0 darwin-arm64 node-v20.10.0
$ jr --help [COMMAND]
USAGE
$ jr COMMAND
...
```
<!-- usagestop -->
Expand Down Expand Up @@ -74,7 +70,7 @@ EXAMPLES
$ jr --pm bun
```

_See code: [src/commands/index.ts](https://github.com/juicyjusung/juicy-run/blob/v1.1.0/src/commands/index.ts)_
_See code: [src/commands/index.ts](https://github.com/juicyjusung/juicy-run/blob/v1.3.0/src/commands/index.ts)_

## `jr config`

Expand All @@ -95,5 +91,5 @@ DESCRIPTION
manager is set, this global will be used as a fallback.
```

_See code: [src/commands/config/index.ts](https://github.com/juicyjusung/juicy-run/blob/v1.1.0/src/commands/config/index.ts)_
_See code: [src/commands/config/index.ts](https://github.com/juicyjusung/juicy-run/blob/v1.3.0/src/commands/config/index.ts)_
<!-- commandsstop -->
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"test": "mocha --forbid-only \"test/**/*.test.ts\"",
"version": "oclif readme && git add README.md"
},
"version": "1.2.1",
"version": "1.3.0",
"bugs": "https://github.com/juicyjusung/juicy-run/issues",
"keywords": [
"juicy-run"
Expand Down

0 comments on commit 73e1877

Please sign in to comment.