Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

create-gensx

Package Overview
Dependencies
Maintainers
3
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-gensx

Create a new GenSX project.

latest
Source
npmnpm
Version
0.1.61
Version published
Maintainers
3
Created
Source

create-gensx

Create a new GenSX project with one command.

Usage

# Using npm
npm create gensx@latest my-app

# Using npx
npx create-gensx@latest my-app

# Using yarn
yarn create gensx my-app

# Using pnpm
pnpm create gensx my-app

Options

# Use a specific template (default: ts)
npm create gensx@latest my-app --template ts

# Force creation in non-empty directory
npm create gensx@latest my-app --force

Templates

TypeScript (ts)

A TypeScript-based project configured with:

  • TypeScript configuration for GenSX
  • Basic project structure
  • Development server with hot reload
  • Build setup

Development

# Build the package
pnpm run build

# Run tests
pnpm test

FAQs

Package last updated on 14 Aug 2025

Did you know?

Socket

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.

Install

Related posts