0.1.31 • Published 9 months ago

create-cxx v0.1.31

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

Build NPM License NPM Version

create-cxx is a project initializer tailored for graphics programmers šŸŽ‡ and game developers šŸŽ®. This convenient Node.js script can help you quickly spin up a new project with a basic structure and essential files.

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 cxx $PROJECT_NAME
# or
npx create-cxx $PROJECT_NAME

Yarn

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

PNPM

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

Bun

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

Features

  • Interactive prompts guide you through setting up new projects
  • Choose from a handful of templates
  • CMake and vcpkg ready
  • Do everything via CLI, eliminating the need to copy templates from GitHub
  • Easy installation and use

Contributing

The project leverages Bun, so ensure Bun is installed before proceeding. Any contributions are welcome!

0.1.30

9 months ago

0.1.31

9 months ago

0.1.29

1 year ago

0.1.28

1 year ago

0.1.27

1 year ago

0.1.26

1 year ago

0.1.24

1 year ago

0.1.25

1 year ago

0.1.23

1 year ago

0.1.21

1 year ago

0.1.22

1 year ago

0.1.20

1 year ago

0.1.17

1 year ago

0.1.18

1 year ago

0.1.19

1 year ago

0.1.16

1 year ago

0.1.15

1 year ago

0.1.14

1 year ago

0.1.13

1 year ago

0.1.12

1 year ago

0.1.11

1 year ago

0.1.10

1 year ago

0.1.9

1 year ago

0.1.8

1 year ago

0.1.7

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago