This package browser is in early development. Mind the rough edges.

tidyall

Engine for tidyall, your all-in-one code tidier and validator

tidyall makes a lot of code tidiers and validators available from a single unified interface. You can run tidyall on a single file or on an entire project hierarchy, and configure which tidiers/validators are applied to which files. tidyall will back up files beforehand, and for efficiency will only consider files that have changed since they were last processed.

Note that if you see some missing tidier or validator modules error, you can let tidyall load them after install them. For example, one can run guix shell perl-perl-tidy perl in advance to load Perl::Tidy.

Installation

Install the latest version of tidyall as follows:

guix install tidyall

Or install a particular version:

guix install tidyall@0.84

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of tidyall about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/tidyall'><img src='https://packages.guix.gnu.org/packages/tidyall/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/tidyall/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/tidyall)

Example Org:

[[https://packages.guix.gnu.org/packages/tidyall][https://packages.guix.gnu.org/packages/tidyall/badges/latest-version.svg]]