Skip to content
forked from alx-tools/Betty

Holberton-style C code checker written in Perl

License

Notifications You must be signed in to change notification settings

Tseg-tech/Betty

This branch is up to date with alx-tools/Betty:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

438f97c · Jul 31, 2020
Oct 13, 2016
Nov 19, 2019
Aug 29, 2018
Oct 12, 2016
Jun 16, 2018
Jul 31, 2020
Jul 31, 2020
Jun 13, 2017
Jun 13, 2017
May 19, 2017

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

Holberton-style C code checker written in Perl

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

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