diff options
author | Roman Gräf <romangraef@loves.dicksinhisan.us> | 2020-06-21 02:44:06 +0200 |
---|---|---|
committer | Roman Gräf <romangraef@loves.dicksinhisan.us> | 2020-06-21 02:44:06 +0200 |
commit | 090b44edd8bf42e3d9574680dfa2e27cae8e595e (patch) | |
tree | c04a9bd456984218d84e7e4c5bb41c44055fff42 /README.md | |
parent | a23529ccbd1237db2e7cbf5a8075437461fb5abe (diff) | |
download | tabsvsspaces-090b44edd8bf42e3d9574680dfa2e27cae8e595e.tar.gz tabsvsspaces-090b44edd8bf42e3d9574680dfa2e27cae8e595e.tar.bz2 tabsvsspaces-090b44edd8bf42e3d9574680dfa2e27cae8e595e.zip |
pypi release
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 15 |
1 files changed, 11 insertions, 4 deletions
@@ -1,12 +1,10 @@ ## Tabs Vs Spaces +Use this tool to count the amount of spaces versus the amount of tabs in your codebase. ### Setup ```bash -git clone https://github.com/romangraef/tabsvsspaces -python3.6 -m venv venv -source venv/bin/activate -chmod +x main.py +pip install tabsvsspaces ``` ### Usage @@ -15,3 +13,12 @@ chmod +x main.py tabsvsspaces folder tabsvsspaces -e folder ``` + + +### Links + + - [Github][github] + - [Issues][issues] + +[github]: https://github.com/romangraef/tabsvsspaces +[issues]: https://github.com/romangraef/tabsvsspaces/issues
\ No newline at end of file |