0.1.2 • Published 5 months ago
lucernex-client v0.1.2
Lucernex API Client Library
This library is a client for the Lucernex API to be used in connector/integration projects.
Building
To build the library, run yarn build
. This will compile the library into the dist
folder.
Publishing
To publish the library, run npm publish
. This will publish the library to the NPM registry. Make sure to update the package version.
Using in a project
To use this library in a project, just run 'yarn add lucernex-client'.