Skip to content
This repository has been archived by the owner on Jul 12, 2022. It is now read-only.

Commit

Permalink
master Update readme with specifications and add demo gif (#279)
Browse files Browse the repository at this point in the history
-

Signed-off-by: Denis Vieira <denisvieira05@gmail.com>
  • Loading branch information
denisvieiradev authored Oct 15, 2020
1 parent a2c7ce0 commit f236093
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 3 deletions.
29 changes: 26 additions & 3 deletions github/search/handbook/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,34 @@
# Github search handbook
# Github Search Handbook

## command

## Premisses

- [Golang installed](https://golang.org/doc/install)
- [Ritchie installed](https://docs.ritchiecli.io/v/v2.0-pt/getting-started/installation)

## Adding ritchie-formulas to Ritchie CLI

- Run command
```bash
echo '{"provider":"Github", "name":"demo", "version":"2.0.0", "url":"https://github.com/ZupIT/ritchie-formulas", "token": null, "priority":1}' | rit add repo --stdin
```

- or add via [add repo](https://docs.ritchiecli.io/v/v2.0-pt/tutorials/formulas/como-executar-formulas/formula-hello-world)
```bash
rit add repo
```

## Formula Command

- Prompt
```bash
rit github search handbook
```

## description

This formula search a handhook
This formula search a handbook on a github repository

## Demo

<img src="demo.gif">
Binary file added github/search/handbook/demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f236093

Please sign in to comment.