https://github.com/danielcoderx/lcr
Line & Character Counter
https://github.com/danielcoderx/lcr
Last synced: 9 months ago
JSON representation
Line & Character Counter
- Host: GitHub
- URL: https://github.com/danielcoderx/lcr
- Owner: DanielcoderX
- License: mit
- Created: 2023-04-03T18:34:28.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-03T18:43:17.000Z (almost 3 years ago)
- Last Synced: 2025-04-15T05:36:38.492Z (12 months ago)
- Language: Crystal
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LCR

LCR is a line and character counter based on Crystal language, which is optimized to get the highest performance(haha just sppofing) :)
## Installation
Just clone the repository and build it :)
```bash
git clone https://github.com/DanielcoderX/lcr
cd lcr/
shards build --threads=4 --no-debug --release
```
## Usage
```bash
./bin/lcr ./main.go
./bin/lcr src/
```
## TODO
[ ] Get sum of all lines and characters
## Contributing
1. Fork it ()
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request
## Contributors
- [DanielcoderX](https://github.com/DanielcoderX) - creator and maintainer
## License
[MIT](https://choosealicense.com/licenses/mit/)