1.2.4 • Published 5 years ago

socket-sdk v1.2.4

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

socket-sdk

styled with prettier NPM version Greenkeeper badge Build Status Coveralls

Socket SDK for JavaScript

Usage

npm install socket-sdk

Importing library

You can import the generated bundle to use the whole library generated by this starter:

import SocketClient from 'socket-sdk';

Additionally, you can import the transpiled modules from dist/lib in case you have a modular library:

import SocketClient from 'socket-sdk/dist/lib/socket-sdk';

API

API Document

NPM scripts

  • npm t: Run test suite
  • npm start: Run npm run build in watch mode
  • npm run test:watch: Run test suite in interactive watch mode
  • npm run test:prod: Run linting and generate coverage
  • npm run build: Generate bundles and typings, create docs
  • npm run lint: Lints code
  • npm run commit: Commit using conventional commit style (husky will tell you to use it if you haven't :wink:)

Relation

Contributing

  • Fork it!
  • Create your feature branch: git checkout -b my-new-feature
  • Commit your changes: git commit -m 'Add some feature'
  • Push to the branch: git push origin my-new-feature
  • Submit a pull request :D

License

@1ziton MIT

1.2.4

5 years ago

1.2.3

5 years ago

1.2.2

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

0.3.2

5 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.0.1

5 years ago

1.0.0

5 years ago