mirror of
https://github.com/ben-grande/qusal.git
synced 2024-10-01 02:35:49 -04:00
383c840f2f
Only way to have a unified markdown syntax is to enforce the wanted syntax by linting the files. Don't rely on the many markdown syntaxes, be consistent.
19 lines
357 B
Markdown
19 lines
357 B
Markdown
# utils
|
|
|
|
Utilities library for Qusal.
|
|
|
|
## Table of Contents
|
|
|
|
* [Description](#description)
|
|
* [Usage](#usage)
|
|
|
|
## Description
|
|
|
|
Utils is a SaltStack Qubes library for certain operations shared by multiple
|
|
projects such as macros and common tools to be installed.
|
|
|
|
## Usage
|
|
|
|
You are not meant to interact with the utils directly, but through other
|
|
states.
|