ryuu-client
v4.4.4
Published
Node client for ryuu services
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 buildAll 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, version a alpha/beta/tagged version, then release it)
- Make pull request
- After pull request is merged to master, bump version, then release it to npm
Versioning
This project utilizes standard-version.
npm run bump- Version bumps determined automatically via commitsnpm run bumpBetaornpm run bump -- --prerelease beta- 4.0.x-beta.0 (if no current beta) or 4.0.0-beta.x (if current beta exists)
Releasing
Versions should be released on NPM and then updated in the ryuu-cli package.json
npm run releasenpm run releaseAlphanpm run releaseBeta
