Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
create-gluestack-v2-app
Advanced tools
Important Notes:
- You'll need node version >= 18 & < 19
- Please do not use Yarn or PNPM, we will only use npm as a package manager in Gluestack's v2
# Run this command from your project's root directory
$ npm run install:all;
# Run this command from your project's root directory
$ node glue
#
# And its output will be something like this:
#
Usage: glue [options] [command]
Gluestack V2 Framework CLI
Options:
-V, --version output the version number
-h, --help display help for command
Commands:
add|install <plugin-name> <instance-name> installs a gluestack plugin, use help for more info on subcommands
instance:list Prints the list of installed plugin instances
plugin:list Prints the list of available plugins
plugin:init Initializes the gluestack app as a plugin
watch Watches the instances for changes and restarts them
help [command] display help for command
# Goto project's root directory and run the following command
$ node glue build
# Goto seal scripts
$ cd .glue/seal/scripts
# Install npm dependencies
$ npm install
# Create scripts build
$ npm run build
# Here's how you can run your web plugin instance in docker
$ node build/index run:service website --platform docker --ports 3000:9000
# Here's how you can run your web plugin instance in local
$ node build/index run:service website --platform local
npm run install:all node glue add @gluestack-v2/glue-plugin-develop develop node glue add @gluestack-v2/glue-plugin-web web
FAQs
A fullstack framework.
The npm package create-gluestack-v2-app receives a total of 2 weekly downloads. As such, create-gluestack-v2-app popularity was classified as not popular.
We found that create-gluestack-v2-app demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.