Getting Started
This plugin provides you a client and server sdk which are a singleton class used as a store context refers to a design pattern and approach where an SDK instance is implemented as a singleton, and it acts as a centralized store for managing and sharing the application's context or state.
Installation
To add sdk into your gluestack project, you can run the following command in project's root directory:
$ node glue add glue-plugin-sdk <instance-name>
For instance, let's install an instance named sdk in our gluestack project:
$ node glue add glue-plugin-sdk sdk
This will be used by other plugins to store and share context.
CLI
node glue add glue-plugin-sdk <instance-name>
Plugin Dependencies
Below is the list of all the plugins the glue-plugin-sdk relies on. This information will help you ensure that your project has all the necessary dependencies installed to use the plugin.