CCExtractor Development

Rust: Beginner: Generate stats for our project (instructions provided)

What you will learn here: basic git, compiling and running a Rust program.

Tokei is a simple to use but quite useful program that generates statistics for the source code of any program, such as language(s) used and number of lines.

Your job is to install it from source code (don't cheat by installing the compiled program, that defeats the purpose of doing this exercise) and generate stats for CCExtractor.

In order to do that, you'll need to

  • Install git (if you don't have it already). Git is available for all operating systems, so you can run it on whatever you use.
  • Clone Tokei (see URL below)
  • Compile Tokei
  • Clone CCExtractor (see URL below)
  • Run Tokei on CCExtractor's source code

Once you get the stats, send them to us here. Include the output of all steps, not just the stats.

Tokei: https://github.com/XAMPPRocky/tokei

CCExtractor: https://github.com/CCExtractor/ccextractor

Task tags

  • git
  • tokei
  • rust

Students who completed this task

Jerry Wu, DBK, Sampath, KanarekLife, shadowNinja, finchie

Task type

  • code Code

Level

Beginner
close

2019