-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(readme): update & skip version (#7)
* chore(readme): update * chore(readme): remove npm link * chore(readme): update
- Loading branch information
1 parent
ce853f8
commit 6b23e60
Showing
3 changed files
with
6 additions
and
4,306 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 |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
|
||
<h3 align="left">Simple tool to look for typos in github repositories</h3> | ||
|
||
![screenshot-terminal-tools](.github/assets/terminal.png) | ||
![screenshot-terminal-tools](https://github.com/caioagiani/github-typos-scan/blob/main/.github/assets/terminal.png) | ||
|
||
## Installation | ||
|
||
|
@@ -32,6 +32,7 @@ $ npm install | |
``` | ||
|
||
## Usage | ||
|
||
### As a CLI application: | ||
|
||
```bash | ||
|
@@ -52,17 +53,12 @@ Example: | |
(async () => { | ||
const urlRepository = "https://github.com/CheetahTemplate3/cheetah3"; | ||
|
||
await client.init(); | ||
|
||
for (const word of enUs) { | ||
await client.github(urlRepository, word); | ||
} | ||
|
||
client.close(); | ||
await scanGithubRepository(urlRepository); | ||
})(); | ||
``` | ||
|
||
## Development | ||
|
||
```bash | ||
# Download project | ||
$ git clone [email protected]:caioagiani/github-typos-scan.git | ||
|
@@ -82,5 +78,5 @@ $ github-typos-scan --url https://github.com/caioagiani/github-typos-scan | |
|
||
## License | ||
|
||
Copyright © 2021 [caioagiani](https://github.com/caioagiani).<br /> | ||
Copyright © 2022 [caioagiani](https://github.com/caioagiani).<br /> | ||
Este projeto é licenciado [GNU AGPL](https://github.com/caioagiani/github-typos-scan/blob/master/LICENSE). |
Oops, something went wrong.