create-cxx

0.1.29 • Public • Published

☀️ Create CXX

Set up a modern C++ project blazingly fast!

Build NPM License NPM Version

This is a Node.js script that can help you quickly spin up a new C++ 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

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

Contributing

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

Package Sidebar

Install

npm i create-cxx

Weekly Downloads

17

Version

0.1.29

License

MIT

Unpacked Size

773 kB

Total Files

67

Last publish

Collaborators

  • painfulexistence