Skip to content

Commit

Permalink
docs: screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
privatenumber committed Jan 8, 2022
1 parent 2d86a1e commit 89c90f8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Binary file added .github/screenshot.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions README.md
@@ -1,5 +1,9 @@
# build-this-branch

<p align="center">
<img src=".github/screenshot.png" width="600">
</p>

Script to automate creating _built branches_.

<sub>Support this project by ⭐️ starring and sharing it. [Follow me](https://github.com/privatenumber) to see what other cool projects I'm working on! ❤️</sub>
Expand All @@ -14,6 +18,14 @@ npx build-this-branch

> **⚠️ Warning:** This command will force-push to the remote branch `built/<current branch>`. Please make sure there are no unsaved changes there. You can configure the built branch name with `--built-branch <branch name>`.

### Global install
If you use this command often, make sure to install it globally so it's on disk:

```sh
npm install -g build-this-branch
```

### Flags
| Flag | Description |
| - | - |
Expand Down

0 comments on commit 89c90f8

Please sign in to comment.