0.7.1 • Published 2 years ago
create-gfx v0.7.1
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_NAMEYarn
yarn create gfx $PROJECT_NAME
# or
yarn dlx create-gfx $PROJECT_NAMEPNPM
pnpm create gfx $PROJECT_NAME
# or
pnpm dlx create-gfx $PROJECT_NAMEBun
bun create gfx $PROJECT_NAME
# or
bunx create-gfx $PROJECT_NAME