Metadata-Version: 2.1
Name: Repometrics-CLI
Version: 0.0.4
Summary: CLI to display repository files programing languages.
Home-page: https://github.com/Edward1101/Repometrics_CLI
Author: Edward Li Shuyao
Author-email: lishuyao1101@hotmail.com
License: MIT
Platform: UNKNOWN
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# RepoMetrics
***
CLI to detect selected repository files languages.
***

## How to use 

You have to be working with Python 3.8+

Install this tool by command line:
`pip install repometrics`

Once installed successfully, you may :

Option 1. Run command `repom -h` for help

Option 2. Run command `repom [path]` to detect the selected repository files language, 
it defaults to detect file type by its extension.  

Option 3. Run command `repom NA` to detect current working folders files language,
it defaults to detect file type by its extension.  

Option 4. Run command `repom [path] [-method by_content|by_extension]` to select the detect method, 
it will be either 'by_extension' or 'by_content' 





