Skip to content

Commit

Permalink
Added README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mrusme committed Dec 15, 2022
1 parent 1e04353 commit 366dd9c
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
xbscli
------

A command line interface for [xbsapi](https://github.com/mrusme/xbsapi) as well
as the official [xBrowserSync](https://github.com/xbrowsersync/api) API.


## Build

```sh
go build .
```

## Run

```sh
xbscli \
-s "https://xbsapi.myserver.com/api/v1" \
-i $(pass show xbs/id) \
-p $(pass show xbs/password) \
-f pretty
```


0 comments on commit 366dd9c

Please sign in to comment.