ocilo / skype-http

Unofficial Skype API for Node.js via HTTP
https://ocilo.github.io/skype-http
MIT License
51 stars 24 forks source link

Removed typings comment as not needed, updated what prepare does, and… #29

Closed mitchcapper closed 7 years ago

mitchcapper commented 7 years ago

… added a background section

demurgos commented 7 years ago

Thank you for updating the README, I like the phrasing for the background.

prepare is the new prepublish npm hook. It is used to ensure that the library is in a working state when using npm install and npm publish. It generates typings.json and tslint.json files and then build the project. The build relies on gulp and the configuration is performed trough code but this allows to compile it with the command-line tsc and lets the editors detect the configs. I'll update it.