1.0.0 • Published 9 months ago

@lichtblick/xmlrpc v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

@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