Skip to content

painfulexistence/create-gfx

Repository files navigation

Create GFX

Set up a Web graphics application blazingly fast!

Prerequisites

Make sure you have either of the following installed:

Usage

Depending on your available JavaScript package managers, you can use one of the following commands:

NPM

npm create gfx $PROJECT_NAME
# or
npx create-gfx $PROJECT_NAME

Yarn

yarn create gfx $PROJECT_NAME
# or
yarn dlx create-gfx $PROJECT_NAME

PNPM

pnpm create gfx $PROJECT_NAME
# or
pnpm dlx create-gfx $PROJECT_NAME

Bun

bun create gfx $PROJECT_NAME
# or
bunx create-gfx $PROJECT_NAME

About

Set up a Web graphics project blazingly fast!

Resources

License

Stars

Watchers

Forks

Packages

No packages published