jasondecastro / af

script for flatiron school's ABP course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ABP Script

This is a script written for the ABP Course at Flatiron School. The purpose of this script is to generate a CSV with data relating to the student's progress throughout the course. Things like total amount of repositories, commits, lines of code, passed tests, and more.

Getting Started

git clone https://github.com/jasondecastro/af.git
cd af
gem install octokit
ruby main.rb

Adding Students

In order to add new students to this script, you need to edit the array in students.rb and add more GitHub usernames.

About

script for flatiron school's ABP course


Languages

Language:Ruby 100.0%