gluestack / glue-plugin-storage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About cgsa-template

Note: This repository contains example app built using the GlueStack framework.

Installation

$ npx create-gluestack-app my-gluestack-app

OR

$ npm init gluestack-app my-gluestack-app

Commands

glue command

$ node glue
Usage: glue [options] [command]

GlueStack framework

Options:
  -V, --version   output the version number
  -h, --help      display help for command

Commands:
  hello-world     Prints Hello world!
  help [command]  display help for command

hello-world command

$ node glue hello-world

Hello world!

About


Languages

Language:TypeScript 73.8%Language:JavaScript 21.7%Language:MDX 4.1%Language:Dockerfile 0.4%