Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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