Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/poorlydefinedbehaviour/vscpp

create files quickly
https://github.com/poorlydefinedbehaviour/vscpp

Last synced: 14 days ago
JSON representation

create files quickly

Awesome Lists containing this project

README

        

## Table of Contents

- [About the Project](#about-the-project)
- [Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Installation](#installation)
- [Usage](#usage)

## About The Project

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

### Built With

Node.js

## Getting Started

### Prerequisites

- npm

```sh
npm install npm@latest -g
```

### Installation

```sh
npm install -g vscode-cpp
```

## Usage

```sh
vscpp help
```

```sh
vscpp examples
```

```sh
vscpp create:project WideHard
```

```sh
vscpp create:class foo
```

```sh
vscpp create:class src/foo/Bar
```

```sh
vscpp create:header foo
```

```sh
vscpp create:cpp bar
```