-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/JeanJouliaCode/wipeClean …
…into master
- Loading branch information
Showing
6 changed files
with
304 additions
and
69 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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
node_modules/ | ||
.DS_Store |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"tabWidth": 2, | ||
"useTabs": false, | ||
"semi": false, | ||
"trailingComma": "all", | ||
"singleQuote": true | ||
} |
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,13 +1,29 @@ | ||
# wipeclean | ||
|
||
tired of the old and unintresting clear commande ? | ||
Do you want your error messages to be slowly wiped away ? | ||
Tired of the old and unintresting clear command? | ||
Do you want your error messages to be slowly wiped away? | ||
Then try wipeclean! | ||
|
||
`npm install wipeclean -g` | ||
`npm install wipeclean -g` | ||
|
||
## Usage | ||
|
||
Run the animation: | ||
|
||
`wipeclean` | ||
|
||
to run the program just wripe: | ||
|
||
`wipeclean` | ||
|
||
![ezgif-1-e28b5aae8c](https://user-images.githubusercontent.com/60259431/155228227-a429c2ae-a003-41d0-b8de-a6fa8b7413c7.gif) | ||
|
||
## Options | ||
|
||
Configurable values are stored in `~/.wipeclean/config.json.` | ||
|
||
Set the brush speed (in frames per second): | ||
|
||
`wipeclean -s <speed>` | ||
|
||
`wipeclean --speed <speed>` |
Oops, something went wrong.