X-Git-Url: https://git.r.bdr.sh/rbdr/lyricli/blobdiff_plain/22172f7d09afee10de0329160e0003e0aa9ff7ed..aaf058f0d6fa4868e4360780c50aa6e620e0f3db:/README.md diff --git a/README.md b/README.md index d3ad9e9..5e7c995 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,12 @@ This can be done by overriding the `install_path` variable make install install_path=/opt/bin ``` +## Linting and Generating Documentation + +We use [swiftlint][swiftlint] to lint, and `make lint` to run it. +We use [jazzy][jazzy] and [SourceKitten][sourcekitten] to document, and +`make document` to generate it. + ## Running tests No tests at the moment 😬... but the makefile is mapped to run the swift @@ -73,3 +79,7 @@ make test ``` [![Build Status](https://travis-ci.org/lyricli-app/lyricli.svg?branch=master)](https://travis-ci.org/lyricli-app/lyricli) + +[swiftlint]: https://github.com/realm/SwiftLint +[jazzy]: https://github.com/realm/jazzy +[sourcekitten]: https://github.com/jpsim/SourceKitten