From f4292a0e7de6b17666a75001f01f9f7ec019eded Mon Sep 17 00:00:00 2001 From: Brooke Kuhlmann Date: Sun, 21 Nov 2021 14:26:49 -0700 Subject: [PATCH] Added project citation information Necessary allow academics and researchers to reference this project. [Documentation](https://citation-file-format.github.io). --- CITATION.cff | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..e969e4e --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,21 @@ +cff-version: 1.2.0 +message: Please use the following metadata when citing this project in your work. +title: macOS +abstract: Provides a shell based framework for automating the setup of a macOS machine. +version: 14.0.0 +license: Hippocratic-3.0 +date-released: 2021-10-25 +authors: + - family-names: Kuhlmann + given-names: Brooke + affiliation: Alchemists + orcid: https://orcid.org/0000-0002-5810-6268 +keywords: + - bash + - shell + - scripts + - automation + - setup + - recovery +repository-code: https://www.alchemists.io/projects/mac_os +repository-artifact: https://www.alchemists.io/projects/mac_os