create-cxx

0.1.28 • 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

Usage

NPM

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

Contributing

The project leverages Bun, so ensure Bun is installed before proceeding

Package Sidebar

Install

npm i create-cxx

Weekly Downloads

51

Version

0.1.28

License

MIT

Unpacked Size

772 kB

Total Files

67

Last publish

Collaborators

  • painfulexistence