0.1.19 • Published 7 months ago

create-gensx v0.1.19

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
7 months ago

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
0.1.16

7 months ago

0.1.17

7 months ago

0.1.18

7 months ago

0.1.19

7 months ago

0.1.10

8 months ago

0.1.11

8 months ago

0.1.12

8 months ago

0.1.13

8 months ago

0.1.14

8 months ago

0.1.15

8 months ago

0.1.8

8 months ago

0.1.9

8 months ago

0.1.7

8 months ago

0.1.6

9 months ago

0.1.5

9 months ago

0.1.4

10 months ago

0.1.3

10 months ago

0.1.2

10 months ago

0.1.1

10 months ago

0.1.0

10 months ago

0.0.0

10 months ago