diff options
| author | Ben Beltran <ben@nsovocal.com> | 2017-05-19 00:32:30 -0500 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2017-05-19 00:32:30 -0500 |
| commit | 259284d03aba0302b1a65cf82bb1fa97535d4ad3 (patch) | |
| tree | 90227ef452fe5bc9be69adde148fcb5dbbecc0d9 | |
| parent | 0a349ded18c79cfab18627e48bbd5ddeb21153d1 (diff) | |
Add docs and lint info to readme
| -rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 ``` [](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 |