Skip to content

Commit

Permalink
docs(readme): update outputs of examples
Browse files Browse the repository at this point in the history
  • Loading branch information
hasundue committed Mar 5, 2024
1 parent 2be15dc commit 926eb73
Showing 1 changed file with 7 additions and 15 deletions.
22 changes: 7 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Alternatively, you may prefer to run the remote script directly through

#### Usage

```
````
> molt --help
Usage: molt <modules...>
Expand Down Expand Up @@ -123,37 +123,29 @@ Examples:
```sh
> molt deno.json
πŸ“¦ @luca/flag 1.0.0 => 123.456.789
πŸ“¦ deno.land/std 0.200.0 => 123.456.789
lib.ts 0.200.0
mod.ts 0.200.0
πŸ“¦ deno.land/x/deno_graph 0.50.0 => 123.456.789
mod.ts 0.50.0
πŸ“¦ node-emoji 2.0.0 => 123.456.789
mod.ts 2.0.0
```
πŸ“¦ node-emoji 1.0.0 => 123.456.789
````

##### Write changes to files

```sh
> molt deno.json --write
...
πŸ’Ύ lib.ts
πŸ’Ύ mod.ts
πŸ’Ύ deno.json
```

##### Commit changes to git

```sh
> molt deno.json --commit --pre-commit=test --prefix :package: --summary title.txt --report report.md
> molt deno.json --commit --prefix :package:
...
πŸ“ :package: bump @luca/flag from 1.0.0 to 123.456.789
πŸ“ :package: bump deno.land/std from 0.200.0 to 123.456.789
πŸ“ :package: bump deno.land/x/deno_graph from 0.50.0 to 123.456.789
πŸ“ :package: bump node-emoji from 2.0.0 to 123.456.789

πŸ“„ title.txt
πŸ“„ report.md
```

## Compatibility with registries
Expand Down

0 comments on commit 926eb73

Please sign in to comment.