jakerieger / create-cpp-project

Simple command-line tool for quickly bootstrapping C++ projects in VS Code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

create-cpp-project

Simple command-line tool for quickly bootstrapping C++ projects in VS Code. Currently only setup for my desired preferences, check TODO for coming changes to make this usable by the community and not just me.

Generated projects require Clang installed as a configurable compiler and the following extensions installed/configured in VSCode:

TODO

  • Fix pathing (currently only creates project directory relative to create-cpp-project executable)
  • Implement customizable file templates instead of hard-coded string literals
  • Provide a more general/robust config setup (maybe read from an INI or something)
  • Add a flag for launching VSCode automatically

License

create-cpp-project is licensed under the DWTFYW (Do-Whatever-The-Fuck-You-Want) license.

About

Simple command-line tool for quickly bootstrapping C++ projects in VS Code.


Languages

Language:C++ 99.9%Language:CMake 0.1%