tldr/pages.sh/common/tldr-lint.md

17 lines
365 B
Markdown
Raw Normal View History

# tldr-lint
2020-01-29 16:04:27 +00:00
> Lintuje i formatira tldr stranice.
> Više informacija: <https://github.com/tldr-pages/tldr-lint>.
- Lintuj sve stranice:
`tldr-lint {{direktorijum_stranica}}`
2020-01-29 16:04:27 +00:00
- Formatiraj određenu stranicu u `stdout`:
2020-01-29 16:04:27 +00:00
`tldr-lint --format {{stranica.md}}`
2020-01-29 16:04:27 +00:00
- Formatiraj sve stranice na njihovom mestu:
`tldr-lint --format --in-place {{direktorijum_stranica}}`