Skip to content

Latest commit

 

History

History
76 lines (50 loc) · 1.99 KB

README.md

File metadata and controls

76 lines (50 loc) · 1.99 KB

headers

Bash scripts that create formatted header comments


🎯 Requirements

  • Visual Studio Code: A code editor (or any compiler of your choice).
  • Git: A recommended terminal for non-Linux users.

✨ Usage

Generate custom headers with a simple command!

{file-name} {header-text}
  • Replace {file-name} with the file’s path and name.
  • Replace {header-text} with your desired title.

📝 Sample

Programming Language: HTML, XML, XSLT, SGML, VBScript, md, JSP

alt text

<!------------------------------------------------------------------------------>
<!--                                   header                                 -->
<!------------------------------------------------------------------------------>

Programming Language: C/C++, CSS, Java, JavaScript, Solidity, Rust, C#, Swift, PHP, GO

alt text

    /*//////////////////////////////////////////////////////////////
                                 header
    //////////////////////////////////////////////////////////////*/

Programming Language: Bash, Python, Ruby, Perl, R

alt text

# ################################################################ #
#                              header                              #
# ################################################################ #

Programming Language: SQL-based database languages

alt text

------------------------------------------------------------------------------
--                                   header                                 --
------------------------------------------------------------------------------


inspired by transmission11