Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
williamoliveira committed May 7, 2016
1 parent f6b0a75 commit 7d438f1
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# SoundNotificationWebpackPluginn
Very simple webpack plugin that plays a sound on compile is done

# Usage

```js
var SoundNotificationWebpackPlugin = require('sound-notification-webpack-plugin');

new SoundNotificationWebpackPlugin(options);
```

## Default options:

```js
options = {
player: 'paplay',
successSound: '/usr/share/sounds/ubuntu/stereo/dialog-information.ogg',
errorSound: '/usr/share/sounds/ubuntu/stereo/dialog-error.ogg'
}
```

0 comments on commit 7d438f1

Please sign in to comment.