Skip to content

Commit

Permalink
add documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
godcrampy committed Apr 25, 2020
1 parent db39194 commit a06309a
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 1 deletion.
32 changes: 32 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Git Stalker

Stalk GitHub users without leaving your terminal.

![demo](docs/git-stalk.gif)

## Install

```bash
$ npm i -g git-stalker

# or using yarn

$ yarn global add git-stalker
```

## Usage

```bash
$ stalk <username>

# For example
$ stalk godcrampy
```

## Authors

- **Sahil Bondre** - [godcrampy](https://github.com/godcrampy)

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details
Binary file added docs/git-stalk.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "git-stalker",
"version": "1.0.0",
"description": "Stalk github users without leaving the terminal",
"description": "Stalk GitHub users without leaving your terminal",
"main": "./dist/cli.js",
"bin": {
"stalk": "./dist/cli.js"
Expand Down

0 comments on commit a06309a

Please sign in to comment.