Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 604 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 604 Bytes

@lichtblick/xmlrpc

TypeScript library implementing an XMLRPC client and server with pluggable server backend.

npm version

Usage

See the examples directory for a simple client and server example.

License

@lichtblick/xmlrpc is licensed under the MIT License.

Releasing

  1. Run yarn version --[major|minor|patch] to bump version
  2. Run git push && git push --tags to push new tag
  3. GitHub Actions will take care of the rest