Skip to content

Commit b78b2c8

Browse files
Merge branch 'master' of https://github.com/JeanJouliaCode/wipeClean into master
2 parents aa8bb9f + 31cd1e2 commit b78b2c8

File tree

6 files changed

+304
-69
lines changed

6 files changed

+304
-69
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
node_modules/
2+
.DS_Store

.prettierrc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"tabWidth": 2,
3+
"useTabs": false,
4+
"semi": false,
5+
"trailingComma": "all",
6+
"singleQuote": true
7+
}

README.md

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,29 @@
11
# wipeclean
22

3-
tired of the old and unintresting clear commande ?
4-
Do you want your error messages to be slowly wiped away ?
3+
Tired of the old and unintresting clear command?
4+
Do you want your error messages to be slowly wiped away?
55
Then try wipeclean!
66

7-
`npm install wipeclean -g`
7+
`npm install wipeclean -g`
8+
9+
## Usage
10+
11+
Run the animation:
12+
13+
`wipeclean`
814

915
to run the program just wripe:
1016

1117
`wipeclean`
1218

1319
![ezgif-1-e28b5aae8c](https://user-images.githubusercontent.com/60259431/155228227-a429c2ae-a003-41d0-b8de-a6fa8b7413c7.gif)
20+
21+
## Options
22+
23+
Configurable values are stored in `~/.wipeclean/config.json.`
24+
25+
Set the brush speed (in frames per second):
26+
27+
`wipeclean -s <speed>`
28+
29+
`wipeclean --speed <speed>`

0 commit comments

Comments
 (0)