create-cxx
v0.1.31
Published
<div align="center"> <h1>☀️ Create CXX</h1> <h6>Set up a modern C++ graphics project blazingly fast!</h6>
Downloads
22
Maintainers
Readme
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!