Skip to content

Commit

Permalink
chore: update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ipetinate committed May 8, 2024
1 parent 728f8f7 commit 45b2538
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ Note: Maybe on macOS you do not have permission to run the tool if you install i

```shell
npx clingon@latest gen

# or

npx clingon create ResourceName --preset preset-name
```

- Using node package manager
Expand All @@ -78,12 +82,24 @@ Note: Maybe on macOS you do not have permission to run the tool if you install i

```shell
clingon gen
# or
npx clingon create ResourceName --preset preset-name
```

- Composing with arguments and options

```shell
clingon gen <ResourceName>
# or
npx clingon create ResourceName --preset preset-name
```

- You can pass Resource name as argument after `gen` command, read more about on [Arguments doc](https://www.clingon.dev/docs/arguments).
- You can pass Resource name as argument after `gen` command, read more about on [Arguments doc](https://www.clingon.dev/docs/arguments).

## Command modes

Read more on: [clingon.dev/docs/guide/commands](https://www.clingon.dev/docs/guide/commands)

0 comments on commit 45b2538

Please sign in to comment.