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.
To build ryuu-client, run
npm run build
All necessary files will be built/copied into the lib
folder.
- 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
This project utilizes standard-version. Versions should be bumped via the npm run release
commands.
Versions should be released on NPM and then updated in the ryuu-cli package.json
npm run release
npm run releaseAlpha
npm run releaseBeta