Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/blackoutseeker/felips-counter-python

Count your project lines easily!
https://github.com/blackoutseeker/felips-counter-python

cli counter lines pip pypi python terminal windows

Last synced: 4 months ago
JSON representation

Count your project lines easily!

Awesome Lists containing this project

README

        

# Felips-Counter

Felips-Counter logo

![Version](https://img.shields.io/badge/Version-1.0.10-272A34)
![Deploy](https://img.shields.io/github/workflow/status/Blackoutseeker/Felips-Counter-Python/Deploy?label=Deploy)

## Description

### Count your project lines easily!


## Installation

### Run `pip install felips-counter` in your terminal (as `administrator`).

> **Note**: Make sure the `counter` script or `Python Scripts` is in your `PATH` system variable, in the Environment Variables.


## Executing

### After installation, open a terminal and run `counter` on your project path.

### Ex.: `C:\Users\PC\Documents\MyProject> counter`

> **Note**: Run `counter -h` or `counter --help` to see all features.


## `.counterignore` file example:

```
# Paths
/.idea
/__pycache__
/node_modules
/dist
/build
/out
/assets
/coverage
/.vscode

# Files
.gitignore
.env.local

# File extensions
*.lock
*.env
```


## Development environment

### IDE

PyCharm

### Package manager

PyPI

### Version control systems


> **2022 Felipe Pereira**