Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mushigarou/commentframegenerator

Generate a frame for the given string in input
https://github.com/mushigarou/commentframegenerator

Last synced: 9 days ago
JSON representation

Generate a frame for the given string in input

Awesome Lists containing this project

README

        

# commentFrameGenerator
Generate a frame for the given string in input

## Usage

```
$> c++ foo.cpp -o genrator
```
### Input
``` bash
$> ./genrator Hey Mate Methods Variables "Operator Overloads"
/* -------------------------------------------------------------------------- */
/* Hey */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* Mate */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* Methods */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* Variables */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* Operator Overloads */
/* -------------------------------------------------------------------------- */
```