Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/JeanJouliaCode/wipeClean
Browse files Browse the repository at this point in the history
…into master
  • Loading branch information
JeanJouliaCode committed Feb 26, 2022
2 parents aa8bb9f + 31cd1e2 commit b78b2c8
Show file tree
Hide file tree
Showing 6 changed files with 304 additions and 69 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules/
.DS_Store
7 changes: 7 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"tabWidth": 2,
"useTabs": false,
"semi": false,
"trailingComma": "all",
"singleQuote": true
}
22 changes: 19 additions & 3 deletions README.md
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>`
Loading

0 comments on commit b78b2c8

Please sign in to comment.