DanielcoderX / lcr

Line & Character Counter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LCR

Crystal

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 :)

git clone https://github.com/DanielcoderX/lcr
cd lcr/
shards build --threads=4  --no-debug --release

Usage

./bin/lcr ./main.go
./bin/lcr src/

TODO

[ ] Get sum of all lines and characters

Contributing

  1. Fork it (https://github.com/DanielcoderX/lcr/fork)
  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

License

MIT

About

Line & Character Counter

License:MIT License


Languages

Language:Crystal 100.0%