Metadata-Version: 2.4
Name: lncn
Version: 0.1.0
Summary: simple python cli to count SLOC in a project
Home-page: https://github.com/qque/lncn
Author: qque
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: summary

# lncn

Lncn is a simple python CLI that counts the SLOC (significant lines of code) in a file or directory.

To install, simply run `pip install lncn`. Make sure the `Scripts/` directory in your python installation is on the PATH.
