readme updates

This commit is contained in:
Rik Berkelder 2021-01-23 20:30:54 +01:00
parent 6cf089ac68
commit ee66b16be2
2 changed files with 12 additions and 4 deletions

View file

@ -19,3 +19,12 @@ client.on('message', (msg)=>{
console.log(msg);
})
```
## NPM Scripts
| Tasks | Description |
| --------------------- | --------------------------------- |
| npm run build | Build module & docs |
| npm run compile | Compile TS |
| npm run watch | Compile and watch |
| npm run clean | Clean build folder |
| npm run docs | generate docs |