Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/blackoutseeker/felips-counter-python
- Owner: Blackoutseeker
- License: mit
- Created: 2022-11-07T00:33:40.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-07T00:44:04.000Z (about 2 years ago)
- Last Synced: 2024-09-25T21:11:32.652Z (4 months ago)
- Topics: cli, counter, lines, pip, pypi, python, terminal, windows
- Language: Python
- Homepage: https://pypi.org/project/felips-counter/
- Size: 19.5 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Felips-Counter
![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
### Package manager
### Version control systems
> **2022 Felipe Pereira**