Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cotyhamilton/deno-tools
https://github.com/cotyhamilton/deno-tools
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cotyhamilton/deno-tools
- Owner: cotyhamilton
- Created: 2024-02-18T02:36:58.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-05-09T02:41:33.000Z (9 months ago)
- Last Synced: 2024-11-23T00:19:44.478Z (2 months ago)
- Language: TypeScript
- Size: 32.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# deno tools
## bump
Increment a version in a json file
```sh
# increment patch in deno.json and print new version to stdout
deno run --allow-read=deno.json --allow-write=deno.json jsr:@cotyhamilton/deno-tools/bump --type patch --file deno.json --out newVersion# dry run
deno run .../bump.ts --dry# help
deno run .../bump.ts --help
```