@lichtblick/xmlrpc
v1.0.0
Published
TypeScript library implementing an XMLRPC client and server with pluggable server backend
Downloads
484
Readme
@lichtblick/xmlrpc
TypeScript library implementing an XMLRPC client and server with pluggable server backend.
Usage
See the examples
directory for a simple client and server example.
License
@lichtblick/xmlrpc is licensed under the MIT License.
Releasing
- Run
yarn version --[major|minor|patch]
to bump version - Run
git push && git push --tags
to push new tag - GitHub Actions will take care of the rest