Skip to content

Commit

Permalink
pump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ammarnajjar committed Oct 11, 2024
1 parent 668ff91 commit ca0f862
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 14 deletions.
22 changes: 9 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,37 +182,34 @@ npx ngrx-graph action3
<summary>Usage</summary>

<!-- usage -->

```sh-session
$ npm install -g ngrx-graph
$ ngrx-graph COMMAND
running command...
$ ngrx-graph (--version)
ngrx-graph/0.0.10 darwin-arm64 node-v19.8.1
ngrx-graph/0.0.12 darwin-arm64 node-v22.9.0
$ ngrx-graph --help [COMMAND]
USAGE
$ ngrx-graph COMMAND
...
```

<!-- usagestop -->
</details>

<details>
<summary>Commands</summary>

<!-- commands -->

- [`ngrx-graph graph [ACTION]`](#ngrx-graph-graph-action)
- [`ngrx-graph help [COMMANDS]`](#ngrx-graph-help-commands)
* [`ngrx-graph graph [ACTION]`](#ngrx-graph-graph-action)
* [`ngrx-graph help [COMMAND]`](#ngrx-graph-help-command)

## `ngrx-graph graph [ACTION]`

Generate NgRx actions graph

```
USAGE
$ ngrx-graph graph [ACTION] [-f] [-j] [-a] [-d <value>] [-o <value>] [-s <value>]
$ ngrx-graph graph [ACTION] [-a] [-f] [-j] [-o <value>] [-d <value>] [-s <value>]
ARGUMENTS
ACTION Action of interest. It will be ignored if --jsonOnly is used
Expand All @@ -236,18 +233,18 @@ EXAMPLES
$ ngrx-graph graph
```

_See code: [dist/commands/graph/index.ts](https://github.com/ammarnajjar/ngrx-graph/blob/v0.0.10/dist/commands/graph/index.ts)_
_See code: [src/commands/graph/index.ts](https://github.com/ammarnajjar/ngrx-graph/blob/v0.0.12/src/commands/graph/index.ts)_

## `ngrx-graph help [COMMANDS]`
## `ngrx-graph help [COMMAND]`

Display help for ngrx-graph.

```
USAGE
$ ngrx-graph help [COMMANDS] [-n]
$ ngrx-graph help [COMMAND...] [-n]
ARGUMENTS
COMMANDS Command to show help for.
COMMAND... Command to show help for.
FLAGS
-n, --nested-commands Include all nested commands in the output.
Expand All @@ -256,8 +253,7 @@ DESCRIPTION
Display help for ngrx-graph.
```

_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v5.2.9/src/commands/help.ts)_

_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.14/src/commands/help.ts)_
<!-- commandsstop -->
</details>

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngrx-graph",
"version": "0.0.11",
"version": "0.0.12",
"description": "Generate NgRx actions graph",
"author": "Ammar Najjar",
"bin": {
Expand Down

0 comments on commit ca0f862

Please sign in to comment.