---
title: "pipx examples"
date: 2022-01-07
published: false
tags:
  - cli
  - linux
  - markata
  - python
template: blog-post
---


## count lines of code

``` bash
pipx run pygount markata
pipx run pygount markata --format=summary
pipx run pygount markata --suffix=cfg,py,yml
```
