2.1.1 • Published 5 years ago

vscpp v2.1.1

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

Table of Contents

About The Project

Create headers, cpp files, classes quickly using a cli.

Built With

Node.js

Getting Started

Prerequisites

  • npm
npm install npm@latest -g

Installation

npm install -g vscode-cpp

Usage

vscpp help
vscpp examples
vscpp create:project WideHard
vscpp create:class foo
vscpp create:class src/foo/Bar
vscpp create:header foo
vscpp create:cpp bar