Skip to content
forked from hs-hq/Betty

Repository that offers essential installation instructions for the Betty C Code Checker, a Perl tool created by the Holberton School. It guides users on integrating Betty into their development setups to uphold C coding standards.

License

Notifications You must be signed in to change notification settings

RazikaBengana/Betty

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Betty

Build Status

Installation

Run the script install.sh with sudo privileges to install betty-style and betty-doc on your computer, along with the following manuals:

  • betty(1)
  • betty-style(1)
  • betty-doc(1)

Documentation

Please visit the Betty Wiki for the full specifications of Betty coding and documentation styles.

You'll also find some references and some tools for common text editors such as Emacs and Atom.

Usage

Run the following command to check if your code/doc fits the Betty Style (mostly inspired from the Linux Kernel style):

betty-style file1 [file2 [file3 [...]]]
betty-doc file1 [file2 [file3 [...]]]

About

Repository that offers essential installation instructions for the Betty C Code Checker, a Perl tool created by the Holberton School. It guides users on integrating Betty into their development setups to uphold C coding standards.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Perl 91.0%
  • C 7.4%
  • Shell 1.6%