4.1.4 • Published 6 years ago
@ridi/cms-sdk v4.1.4
Ridibooks CMS SDK
Introduction
CMS SDK provides common resources used in RIDI CMS This library uses Apache Thrift for a RPC implementation.
Supporting Languages
For more details, see below links.
For SDK developers
To build a RPC client, you should install Apache Thrift.
# In macOS, you can install easily with homebrew.
brew install thriftTo generate thrift code, please run:
make thriftCMS-SDK Release steps
- Create
release/{version}branch. - Update
CHANGELOG.md. - Update new SDK version in
package.json&lib/python/setup.py. - Commit & push all the changes and make a pull request.
- After PR, tag a new release in github. This will release a new version in Packagist.
make -C lib/js releasewill release js module.make -C lib/python releasewill release python package.