cpp-header-template
Installation
SKILL.md
C++ Header File Template Generator
Generate header files following Google C++ Style Guide conventions.
Usage
Provide: class name, namespace, and file path to generate a compliant header.
Template
// Copyright [year] [copyright holder]
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
#ifndef [PROJECT]_[PATH]_[FILENAME]_H_
#define [PROJECT]_[PATH]_[FILENAME]_H_