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.
Versioning this Library
This project utilizes standard-version.
npm run bump
- Version bumps determined automatically via commits
npm run bumpBeta
|| npm run bump -- --prerelease beta
- 4.0.x-beta.0 (if no current beta) or 4.0.0-beta.x (if current beta exists)
Making Changes
Recommended Workflow:
- Create new branch (named "DOMO-XXXXXX")
- Make Changes
- Commit Changes
- Make pull request
- Version changes and releases will be committed by package maintainers
Release commands (alpha/beta commands also available)
npm run release
npm run releaseAlpha
npm run releaseBeta
npm package