UNPKG

@gluestack-v2/framework-cli

Version:

Gluestack V2 Framework CLI

18 lines (11 loc) 593 B
## glue-plugin-cli The glue cli plugin is used to maintain information related to installed plugins and its instances. It is the process manager for your gluestack plugins and it manages all the instances of plugins. It is used internally by the develop plugin. ## Installation The glue-plugin-develop has a dependency on `@gluestack-v2/framework-cli` plugin and is required to run a gluestack project, you can run the following command in project's root directory: ```sh $ node glue add @gluestack-v2/framework-cli ``` - Commands ```bash node glue add @gluestack-v2/framework-cli ```