1.5.1 • Published 7 years ago
asyasoft-chatkit-client v1.5.1
Chatkit JS
The JavaScript client for Pusher Chatkit. If you aren't already here, you can find the source on Github.
For more information on the Chatkit service, see here. For full documentation, see here
Installation
Yarn
yarn:
$ yarn add @pusher/chatkit-clientnpm:
$ npm install @pusher/chatkit-clientGetting started
Head over to our documentation.
Development
Testing
Lint, build, and run the tests in electron with
yarn lint:build:testor, to run the tests in chrome
yarn lint:build:test:chromeFormatting should largely be delegated to prettier, which can be invoked manually with
yarn formator you can set your editor up to run prettier on save.
Publishing
Running yarn publish-please will walk you through the publishing steps.