Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/poorlydefinedbehaviour/vscpp
create files quickly
https://github.com/poorlydefinedbehaviour/vscpp
Last synced: 14 days ago
JSON representation
create files quickly
- Host: GitHub
- URL: https://github.com/poorlydefinedbehaviour/vscpp
- Owner: PoorlyDefinedBehaviour
- License: mit
- Created: 2019-06-03T01:51:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-26T04:53:53.000Z (over 5 years ago)
- Last Synced: 2024-04-22T11:07:10.813Z (7 months ago)
- Language: TypeScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```