ryuu-client
v4.4.3
Published
Node client for ryuu services
Downloads
784
Keywords
Readme
Ryuu Client
The client (endpoint) repository used by Ryuu/Domo App Platform
See the developer docs for instructions on how to install and use this library (almost solely as a dependancy of Ryuu/Ryuu-Proxy), as well as more information about the complete Domo App Platform.
Building
To build ryuu-client, run
npm run build
All necessary files will be built/copied into the lib
folder.
Contributing
Recommended Workflow:
- Create new branch (named "DOMO-XXXXXX")
- Make Changes
- Commit Changes
- Test changes (if necessary, release an alpha/beta/tagged version)
- Make pull request
- After pull request is merged to master, release a full version via
npm run release
Versioning
This project utilizes standard-version. Versions should be bumped via the npm run release
commands.
Releasing
Versions should be released on NPM and then updated in the ryuu-cli package.json
npm run release
npm run releaseAlpha
npm run releaseBeta