Generate stylized code comment headers to help make your code more readable
To print a comment header to the console run
generate-comment -t My_Script_Heading
and if you wish to have it copied to your clipboard, add the -c
flag
generate-comment -t My_Script_Heading -c
Code commenter supports multiple language comments. The default is Python but if you wish to generate a comment for example, Golang, set the -lang
flag.
generate-comment -t My_Script_Heading -lang GO