Skip to content

Commit

Permalink
chore: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa committed Jan 18, 2025
1 parent a0995ea commit 9db91a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions packages/gh-bin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

Download and install single file executables from GitHub release pages. Inspired by https://github.com/marcosnils/bin.


## usage

<!--
Expand All @@ -20,7 +19,7 @@ $ npx gh-bin --help

```txt
$ npx gh-bin --help
gh-bin@0.0.0
gh-bin@0.1.1
Usage:
npx gh-bin https://github.com/<owner>/<repo>
Expand Down
4 changes: 2 additions & 2 deletions packages/gh-bin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gh-bin",
"version": "0.1.0",
"version": "0.1.1",
"homepage": "https://github.com/hi-ogawa/js-utils/tree/main/packages/gh-bin",
"repository": {
"type": "git",
Expand All @@ -17,7 +17,7 @@
"cli": "tsx ./src/cli.ts",
"test": "vitest",
"docs-update": "inline-template ./README.md && prettier -w ./README.md",
"prepack": "tsup --clean"
"prepack": "tsup --clean && pnpm docs-update"
},
"dependencies": {
"@clack/prompts": "^0.9.1",
Expand Down

0 comments on commit 9db91a8

Please sign in to comment.