Skip to content

Commit

Permalink
docs: Enhance README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
amiyzku committed Dec 20, 2023
1 parent 82450c4 commit a4baf6d
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,20 @@

A command line tool to operate Jobcan.

<div align="center">
<a href="https://github.com/amiyzku/jobcan-cli/releases/latest">
<img alt="GitHub release (with filter)" src="https://img.shields.io/github/v/release/amiyzku/jobcan-cli?style=for-the-badge">
</a>
<img alt="GitHub repo size" src="https://img.shields.io/github/repo-size/amiyzku/jobcan-cli?style=for-the-badge">
<img alt="GitHub top language" src="https://img.shields.io/github/languages/top/amiyzku/jobcan-cli?style=for-the-badge">
<a href="https://github.com/amiyzku/jobcan-cli/blob/master/LICENSE">
<img alt="GitHub License" src="https://img.shields.io/github/license/amiyzku/jobcan-cli?style=for-the-badge">
</a>
</div>

## Usage

```bash
```plaintext
$ jobcan --help
Usage: jobcan <COMMAND>
Expand All @@ -26,7 +37,7 @@ Run 'jobcan \<COMMAND> --help' for more information on a command.

E.g. 'jobcan clock-in --help'

```bash
```plaintext
$ jobcan clock-in --help
Login to Jobcan and clock in
Expand Down

0 comments on commit a4baf6d

Please sign in to comment.