New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

create-gensx

Package Overview
Dependencies
Maintainers
0
Versions
17
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.

  • 0.1.15
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
0
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 07 Mar 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc