Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/edenreich/cpp-console-generator
An extension for vscode to generate a console project and commands quickly
https://github.com/edenreich/cpp-console-generator
code-generator console-component cpp utility
Last synced: about 4 hours ago
JSON representation
An extension for vscode to generate a console project and commands quickly
- Host: GitHub
- URL: https://github.com/edenreich/cpp-console-generator
- Owner: edenreich
- Created: 2019-10-26T18:14:37.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-11T15:05:12.000Z (over 3 years ago)
- Last Synced: 2023-03-04T09:40:47.771Z (over 1 year ago)
- Topics: code-generator, console-component, cpp, utility
- Language: TypeScript
- Homepage:
- Size: 45.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# CPP-Console-Generator VS-Code Extension
This extension helps to generate a project and commands quickly.
## Usage
1. First create a new project. Open the command palette and look for `cpp: generate a new console project`
2. In the command palette look for `cpp: generate a new command`, type a command name (for example: TestCommand) and type a description.
3. Make sure to add these files to `main.cpp` and `CMakeLists.txt` so it can be properly compiled.## Example