Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/darshanparajuli/countcode
A simple program for counting SLOC very quickly.
https://github.com/darshanparajuli/countcode
code counter rust sloc
Last synced: 2 days ago
JSON representation
A simple program for counting SLOC very quickly.
- Host: GitHub
- URL: https://github.com/darshanparajuli/countcode
- Owner: darshanparajuli
- License: mit
- Created: 2018-04-19T01:10:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-06-06T18:54:14.000Z (over 2 years ago)
- Last Synced: 2023-08-10T08:34:06.302Z (over 1 year ago)
- Topics: code, counter, rust, sloc
- Language: Rust
- Homepage:
- Size: 99.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# countcode
A simple program for counting SLOC very quickly. The design of the program's output is heavily inspired by `tokei`.
## Installation
0. Make sure the Rust package manager, `cargo`, is installed.
1. Clone this repo.
2. Run `cargo install`.## Supported File Types
* Assembly
* C#
* C/C++
* CSS
* D
* F#
* Go
* HTML
* Haskell
* JSON
* Java
* JavaScript
* Kotlin
* Lua
* Makefile
* Markdown
* Objective C
* Perl
* Plain Text
* Python
* Ruby
* Rust
* Swift
* TOML
* TypeScript
* XML
* YAML