Chatopera Store Ruby SDK
Your Software Subscription Management Service, e.g. billing, invoices.
Docs: https://readthe.gitee.io/store-docs/
Contribution
cp .env.sample .env
# edit .env file
./bin/setup # install deps
./bin/test.sh # run tests
Release new version, bin/release.sh
, this script would build, push gem from source codes.