0.1.31 • Published 1 year ago

create-cxx v0.1.31

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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

1 year ago

0.1.31

1 year ago

0.1.29

1 year ago

0.1.28

1 year ago

0.1.27

2 years ago

0.1.26

2 years ago

0.1.24

2 years ago

0.1.25

2 years ago

0.1.23

2 years ago

0.1.21

2 years ago

0.1.22

2 years ago

0.1.20

2 years ago

0.1.17

2 years ago

0.1.18

2 years ago

0.1.19

2 years ago

0.1.16

2 years ago

0.1.15

2 years ago

0.1.14

2 years ago

0.1.13

2 years ago

0.1.12

2 years ago

0.1.11

2 years ago

0.1.10

2 years ago

0.1.9

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago