UNPKG

@gluestack-v2/framework-cli

Version:

Gluestack V2 Framework CLI

73 lines (72 loc) 2.65 kB
(function (factory) { if (typeof module === "object" && typeof module.exports === "object") { var v = factory(require, exports); if (v !== undefined) module.exports = v; } else if (typeof define === "function" && define.amd) { define(["require", "exports"], factory); } })(function (require, exports) { "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PLUGINS = void 0; const PLUGINS = { web: { package: '@gluestack/glue-plugin-web', description: 'Installs a Next.js App Plugin', }, storybook: { package: '@gluestack/glue-plugin-storybook', description: 'Installs a Storybook App Plugin', }, engine: { package: '@gluestack/glue-plugin-engine', description: 'Installs a GlueStack Process Manager Engine Plugin', }, postgres: { package: '@gluestack/glue-plugin-postgres', description: 'Installs a Postgres Database Plugin', }, 'pg-admin': { package: '@gluestack/glue-plugin-pg-admin', description: 'Installs a PG Admin Database Plugin', }, graphql: { package: '@gluestack/glue-plugin-graphql', description: 'Installs a Hasura GraphQL App Plugin', }, 'service-node': { package: '@gluestack/glue-plugin-service-node', description: 'Installs a Node micro-service', }, 'service-nodemailer': { package: '@gluestack/glue-plugin-service-nodemailer', description: 'Installs a Nodemailer micro-service', }, 'backend-engine': { package: '@gluestack/glue-plugin-backend-engine', description: 'Installs a Backend GlueStack Engine App Plugin with CRONs & Queues', }, auth: { package: '@gluestack/glue-plugin-auth', description: 'Installs auth in your App', }, minio: { package: '@gluestack/glue-plugin-minio', description: 'Installs a Minio Storage Plugin', }, storage: { package: '@gluestack/glue-plugin-storage', description: 'Installs storage in your App', }, sdk: { package: '@gluestack/glue-plugin-sdk', description: 'Installs a GlueStack SDK Plugin', }, deploy: { package: '@gluestack/glue-plugin-deploy', description: 'Installs a GlueStack Deploy Plugin', }, }; exports.PLUGINS = PLUGINS; });