This repository has been archived by the owner on Jul 12, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master Update readme with specifications and add demo gif (#279)
- Signed-off-by: Denis Vieira <denisvieira05@gmail.com>
- Loading branch information
1 parent
a2c7ce0
commit f236093
Showing
2 changed files
with
26 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.