Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mushigarou/commentframegenerator
- Owner: Mushigarou
- License: mit
- Created: 2023-09-02T00:40:43.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-02T03:33:05.000Z (about 1 year ago)
- Last Synced: 2024-06-10T03:44:01.767Z (5 months ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 */
/* -------------------------------------------------------------------------- */
```