Metadata-Version: 2.1
Name: markl
Version: 0.0.4
Summary: .tsx locator marker
Home-page: https://github.com/ko10ok/markl
Author: Yuriy Sagitov
Author-email: pro100.ko10ok@gmail.com
License: Apache-2.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.8.0
Description-Content-Type: text/markdown
License-File: LICENSE

# Markl 
Mark up .tsx files with attribute mark="{UUID}"

## Install

```bash
python3 -m pip install markl
```

## Usage

Mark up .tsx files with attribute mark="{UUID}" in current directory 
``` 
markl-do
```

Rollback markup in current directory
```
markl-rollback
```
